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.
2 parents f38fde6 + d5762a3 commit acab375Copy full SHA for acab375
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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