Skip to content

Commit

Permalink
Merge pull request #12 from IAreKyleW00t/dependabot/github_actions/sl…
Browse files Browse the repository at this point in the history
…sa-framework/slsa-verifier-2.6.0

build(deps): Bump slsa-framework/slsa-verifier from 2.5.1 to 2.6.0
  • Loading branch information
IAreKyleW00t authored Aug 31, 2024
2 parents 66858ae + 56fd144 commit 870fd1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:
uses: actions/checkout@v4

- name: Install SLSA verifier
uses: slsa-framework/slsa-verifier/actions/installer@v2.5.1
uses: slsa-framework/slsa-verifier/actions/installer@v2.6.0
if: matrix.slsa && runner.os == 'Linux' # doesn't work on Windows or macOS

- name: Install crane
uses: ./
with:
crane-release: v0.19.1

- name: Test crane
run: crane version
Expand Down

0 comments on commit 870fd1a

Please sign in to comment.