Skip to content

Commit

Permalink
Bump supplypike/setup-bin from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [supplypike/setup-bin](https://github.com/supplypike/setup-bin) from 3 to 4.
- [Release notes](https://github.com/supplypike/setup-bin/releases)
- [Commits](supplypike/setup-bin@v3...v4)

---
updated-dependencies:
- dependency-name: supplypike/setup-bin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 3650ab2 commit 753dea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
file: .mise.toml
field: tools.nfpm
- name: Setup nfpm
uses: supplypike/setup-bin@v3
uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/goreleaser/nfpm/releases/download/v${{ env.NFPM_VERSION }}/nfpm_${{ env.NFPM_VERSION }}_Linux_x86_64.tar.gz'
name: 'nfpm'
version: '${{ steps.get-nfpm-version.outputs.value }}'
- name: Setup fury
uses: supplypike/setup-bin@v3
uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/gemfury/cli/releases/download/v0.20.1/fury_0.20.1_Linux_64bit.tar.gz'
name: 'fury'
Expand Down

0 comments on commit 753dea2

Please sign in to comment.