Skip to content

Commit 90fc381

Browse files
chore(deps): update actions/checkout action to v5
1 parent d02c685 commit 90fc381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
6161
os: ubuntu-20.04
6262
extra-deps: "'virtualenv<20.22.0'"
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6565
- uses: actions/setup-python@v5
6666
with:
6767
# >= 3.11 to ensure there's a recent one to run nox with

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: release_please
2424
if: needs.release_please.outputs.release_created
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
with:
2828
ref: ${{ needs.release_please.outputs.sha }}
2929
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)