We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351d3e1 commit 32445b0Copy full SHA for 32445b0
2 files changed
.github/workflows/nix.yml
@@ -27,7 +27,7 @@ jobs:
27
name: cclib
28
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
29
# Checkout of the current head in the working dir
30
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31
with:
32
persist-credentials: false
33
- name: Check nix flake
.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Run pre-commit
17
runs-on: ubuntu-latest
18
steps:
19
20
21
22
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
0 commit comments