Skip to content

Commit d5762a3

Browse files
chore(deps): update actions/checkout action to v7
1 parent f38fde6 commit d5762a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# name: cclib
2828
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929
# Checkout of the current head in the working dir
30-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
30+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3131
with:
3232
persist-credentials: false
3333
- name: Check nix flake

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Run pre-commit
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

0 commit comments

Comments
 (0)