Skip to content

Commit 9a363a4

Browse files
chore(deps): update actions/checkout action to v6
1 parent c96866e commit 9a363a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
lint:
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
49+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5050
- name: ruff format
5151
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
5252
with:
@@ -73,7 +73,7 @@ jobs:
7373
ports:
7474
- 27017:27017
7575
steps:
76-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
76+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7777
- name: "Set up environment"
7878
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
7979
with:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-24.04
9191
needs: [lint]
9292
steps:
93-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
93+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9494
- name: "Set up environment"
9595
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
9696
with:
@@ -123,7 +123,7 @@ jobs:
123123
if: ${{ fromJSON(needs.check_version.outputs.should_publish) }}
124124

125125
steps:
126-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
126+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
127127
# bits borrowed from packetcoders/action-setup-cache-python-poetry, in order
128128
# to reuse the poetry cache without actually restoring the venv
129129
- name: Set up python ${{ inputs.python-version }}

0 commit comments

Comments
 (0)