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 1a51c18 + 9bc1101 commit 930751eCopy full SHA for 930751e
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
contents: read
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
- name: Check Nixpkgs
.github/workflows/update.yml
@@ -14,7 +14,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
- uses: DeterminateSystems/determinate-nix-action@v3
19
- uses: DeterminateSystems/update-flake-lock@main
20
.github/workflows/validate.yml
@@ -9,7 +9,7 @@ jobs:
9
validate:
10
11
- name: Validate YAML
0 commit comments