From 23b15a5f07590919f09e2f90c6b46bf530e0145b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:06:21 +0000 Subject: [PATCH] chore: bump jaxxstorm/action-install-gh-release from 1.7.1 to 1.8.0 Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v1.7.1...v1.8.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] --- .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 e67777ab46aaa..6f979adc7c00f 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -188,7 +188,7 @@ jobs: key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: Install gotestsum - uses: jaxxstorm/action-install-gh-release@v1.7.1 + uses: jaxxstorm/action-install-gh-release@v1.8.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -255,7 +255,7 @@ jobs: key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: Install gotestsum - uses: jaxxstorm/action-install-gh-release@v1.7.1 + uses: jaxxstorm/action-install-gh-release@v1.8.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: