From 8c27b4e23d37bf87f918522872ae26b9749c5dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:17:15 -0500 Subject: [PATCH] chore: bump jaxxstorm/action-install-gh-release from 1.4.0 to 1.5.0 (#1131) Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 4d8bceada8..d8329e6384 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -172,7 +172,7 @@ jobs: key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: Install goreleaser - uses: jaxxstorm/action-install-gh-release@v1.4.0 + uses: jaxxstorm/action-install-gh-release@v1.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -241,7 +241,7 @@ jobs: key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: Install goreleaser - uses: jaxxstorm/action-install-gh-release@v1.4.0 + uses: jaxxstorm/action-install-gh-release@v1.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: