From 5212981f6004643e9d50bf8fd360532a578d80ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:31:09 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.11.1 to 1.15.2 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.11.1 to 1.15.2. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1.11.1...v1.15.2) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/raygun-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/raygun-deployment.yml b/.github/workflows/raygun-deployment.yml index 7378ca04..f9a2d6e9 100644 --- a/.github/workflows/raygun-deployment.yml +++ b/.github/workflows/raygun-deployment.yml @@ -17,7 +17,7 @@ jobs: - name: Send to the Raygun Deployments API id: send_deployment - uses: fjogeleit/http-request-action@v1.11.1 + uses: fjogeleit/http-request-action@v1.15.2 with: url: https://app.raygun.com/deployments?authToken=${{ secrets.RAYGUN_AUTHTOKEN }} method: POST