Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 1 to 2 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 36fa0eb commit 23c718c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: "1"

- name: Generate build provenance attestations
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
if: ${{ github.event_name != 'pull_request' }}
with:
subject-path: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: nix build --fallback --print-build-logs '.#nyoom-static-${{ matrix.target }}'

- name: Generate build provenance attestations
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
if: ${{ github.event_name != 'pull_request' }}
with:
subject-path: ./result/bin/nyoom
Expand Down

0 comments on commit 23c718c

Please sign in to comment.