Skip to content

Commit 32445b0

Browse files
chore(deps): update actions/checkout digest to de0fac2 (#263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 351d3e1 commit 32445b0

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

0 commit comments

Comments
 (0)