Skip to content

Commit 1aabcb7

Browse files
chore(deps): update actions/checkout action to v5
1 parent 85d33f3 commit 1aabcb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
lint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: DeterminateSystems/nix-installer-action@v10
1212
- uses: DeterminateSystems/magic-nix-cache-action@v4
1313
- run: nix develop --impure --command pre-commit run --all
@@ -24,7 +24,7 @@ jobs:
2424
- "3.11"
2525
- "3.12"
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: "${{matrix.python-version}}"

0 commit comments

Comments
 (0)