From 67cde36330ba6b6521f0b18de19cb1b4a1e8b758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:42:01 +0000 Subject: [PATCH] build(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 ce247b0..7ec29b1 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.11.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f558f..ae6d335 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,12 @@ jobs: with: go-version: '>=1.25' - 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 d0a52f5..5505d3d 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -20,13 +20,13 @@ jobs: with: go-version: '>=1.25' - 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