We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96ab42 commit b2fef52Copy full SHA for b2fef52
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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