Skip to content

Commit

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

Bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
antifuchs authored May 16, 2024
2 parents 0438055 + dcdc0ea commit 6e8f044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_update_sri_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ 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@v26
- uses: DeterminateSystems/magic-nix-cache-action@v3
- uses: cachix/install-nix-action@V27
- uses: DeterminateSystems/magic-nix-cache-action@v6
- name: re-generate SRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#regenSRI"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
id-token: write

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

0 comments on commit 6e8f044

Please sign in to comment.