From 3efe984a344a4cc8c39ef8053ed21833f59f802b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:34:01 +0100 Subject: [PATCH] chore(deps): bump dsaltares/fetch-gh-release-asset from 1.1.1 to 1.1.2 (#2798) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/snapcraft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapcraft.yml b/.github/workflows/snapcraft.yml index 1cfe19d1f..6a4fa9fef 100644 --- a/.github/workflows/snapcraft.yml +++ b/.github/workflows/snapcraft.yml @@ -20,7 +20,7 @@ jobs: TAG=${{ github.event.inputs.manual_name || github.event.release.name }} echo "SNAP_RELEASE_NAME=${TAG#v}" >> $GITHUB_ENV - name: Download .snap artifact - uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1 + uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # v1.1.2 with: repo: ipfs/ipfs-desktop version: tags/v${{ env.SNAP_RELEASE_NAME }}