Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 1 to 2 (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent cf47f29 commit 5a3ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
CGO_ENABLED: 0

- name: Attest output
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
if: env.IS_UNIX == 'true' || env.IS_WIN == 'true'
with:
subject-path: "./spicetify${{ matrix.os == 'windows' && '.exe' || '' }}"
Expand Down

0 comments on commit 5a3ba29

Please sign in to comment.