From dc9150a73c33b2748463ac8568e49c4ac024d720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:54:09 +0000 Subject: [PATCH] Chore(deps): Bump fjogeleit/http-request-action from 1.15.0 to 1.15.1 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 31e203e..c129c95 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -60,7 +60,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Trigger Go Report update if: ${{ success() }} - uses: fjogeleit/http-request-action@v1.15.0 + uses: fjogeleit/http-request-action@v1.15.1 with: url: 'https://goreportcard.com/checks' method: 'POST'