Skip to content

Commit d19ef01

Browse files
chore(deps): update all dependencies
1 parent c8c6f9e commit d19ef01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 5432:5432
3737

3838
steps:
39-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4040

4141
- name: Install poetry
4242
run: pipx install poetry
@@ -68,7 +68,7 @@ jobs:
6868
name: Run Pyright
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
71+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7272

7373
- name: Install poetry
7474
run: pipx install poetry
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
needs: [build]
113113
steps:
114-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
114+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
115115

116116
- uses: actions/download-artifact@v4
117117
with:
@@ -146,7 +146,7 @@ jobs:
146146
pipx install poetry
147147
pipx inject poetry 'poetry-dynamic-versioning[plugin]'
148148
149-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
149+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
150150

151151
- name: Build wheel and sdist
152152
run: poetry build

0 commit comments

Comments
 (0)