Skip to content

Commit

Permalink
Merge pull request #67 from boinkor-net/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-16383c0aa6

Bump the github-actions group with 2 updates
  • Loading branch information
antifuchs authored Oct 11, 2023
2 parents 9330cb3 + 03ccb46 commit 4fe6256
Showing 1 changed file with 2 additions and 2 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,14 +37,14 @@ 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@v22
- uses: cachix/install-nix-action@v23
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: re-generate SRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#regenSRI"

- name: Push changes to ${{github.base_ref}}
if: github.event_name == 'workflow_dispatch' && github.event.inputs.push_change
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update gomod SRI hash"
file_pattern: "*.sri"
Expand Down

0 comments on commit 4fe6256

Please sign in to comment.