We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97b41d + 052774a commit 4892d11Copy full SHA for 4892d11
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
0 commit comments