From ae34ac53429b6d4bb76eb550d86bc21808392e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:51:14 +0000 Subject: [PATCH] chore(deps): bump jaxxstorm/action-install-gh-release Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 81a9846..a751dd2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,13 +15,13 @@ jobs: with: go-version-file: 'go.mod' - name: Install task - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: go-task/task cache: enable # tag: - name: Install golangci-lint - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: golangci/golangci-lint tag: v2.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ab957f..f3970f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,12 @@ jobs: go-version-file: 'go.mod' - name: Install task - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: go-task/task # tag: - name: Install goreleaser - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: goreleaser/goreleaser # tag: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 60e3eba..ca141b2 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -21,13 +21,13 @@ jobs: go-version-file: 'go.mod' - name: Install task - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: go-task/task cache: true # tag: - name: Install goreleaser - uses: jaxxstorm/action-install-gh-release@v2.1.0 + uses: jaxxstorm/action-install-gh-release@v3.0.0 with: repo: goreleaser/goreleaser cache: true