From 753dea2c3ccf24b07edb5db12298e6b8120227de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:26:39 +0000 Subject: [PATCH] Bump supplypike/setup-bin from 3 to 4 Bumps [supplypike/setup-bin](https://github.com/supplypike/setup-bin) from 3 to 4. - [Release notes](https://github.com/supplypike/setup-bin/releases) - [Commits](https://github.com/supplypike/setup-bin/compare/v3...v4) --- updated-dependencies: - dependency-name: supplypike/setup-bin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e9c39c..7cd9fe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'