Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cachix/install-nix-action from V28 to 29 in the github-actions group #60

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nix_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- uses: fregante/setup-git-user@v2
- run: nix flake update --commit-lock-file
- run: nix flake check .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-go-sri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
token: ${{secrets.REPO_CONTENT_UPDATE_TOKEN}}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: re-generate SRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#generate-sri-default"
Expand Down