We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9d1d8 commit 00e6b7eCopy full SHA for 00e6b7e
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: cachix/install-nix-action@v30
+ - uses: cachix/install-nix-action@v31
24
with:
25
nix_path: nixpkgs=channel:nixos-unstable
26
github_access_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: anchore/sbom-action/[email protected]
39
- uses: docker/setup-qemu-action@v3
40
- uses: docker/setup-buildx-action@v3
41
42
43
44
- run: task setup
0 commit comments