From 9dd8d6b099dbee434c3336501dfdf83372a27676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:27:54 +0000 Subject: [PATCH] Bump jaxxstorm/action-install-gh-release from 1.14.0 to 2.1.0 Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.14.0 to 2.1.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v1.14.0...v2.1.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a9e1a82b6..b298e409aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,7 +70,7 @@ jobs: # Install - name: Install release tools - uses: jaxxstorm/action-install-gh-release@v1.14.0 + uses: jaxxstorm/action-install-gh-release@v2.1.0 with: token: ${{ secrets.GH_RELEASE_DOWNLOAD }} repo: saveoursecrets/release-tools diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba4dbab3cd..24d4a99b33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Check cosign install run: cosign version - name: Install release tools - uses: jaxxstorm/action-install-gh-release@v1.14.0 + uses: jaxxstorm/action-install-gh-release@v2.1.0 with: token: ${{ secrets.GH_RELEASE_DOWNLOAD }} repo: saveoursecrets/release-tools