From 995eb665aa2d3443ae3c1a9cac2638ea9ac45c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:02:24 +0000 Subject: [PATCH] Bump shrink/actions-docker-extract from 2 to 3 Bumps [shrink/actions-docker-extract](https://github.com/shrink/actions-docker-extract) from 2 to 3. - [Release notes](https://github.com/shrink/actions-docker-extract/releases) - [Commits](https://github.com/shrink/actions-docker-extract/compare/v2...v3) --- updated-dependencies: - dependency-name: shrink/actions-docker-extract dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 1bcecd94..17ed8e43 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.password }} - name: Extract executable - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 id: extract with: image: ${{ secrets.registry }}/${{ inputs.name }}:${{ inputs.tag }}-${{ matrix.platform }}-${{ matrix.architecture }}