We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e2f04 commit 302284dCopy full SHA for 302284d
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
0 commit comments