Skip to content

Commit

Permalink
Merge pull request #122 from boinkor-net/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-f90ebc3e32

Bump the github-actions group with 1 update
  • Loading branch information
antifuchs authored Mar 9, 2024
2 parents 92a5525 + 0797b36 commit 8ce9306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_update_sri_pr.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@v25
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: re-generate SRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#regenSRI"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id-token: write

steps:
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
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@v25
- uses: cachix/install-nix-action@v26
- uses: fregante/setup-git-user@v2
- run: nix flake update --commit-lock-file
- run: nix flake check .
Expand Down

0 comments on commit 8ce9306

Please sign in to comment.