From adf7d48479f7028bf8832644eca73614a296fc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:16:34 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.16.1 to 1.16.3 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.16.1 to 1.16.3. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1.16.1...v1.16.3) --- 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/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 e297589..3f764df 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.16.1 + uses: fjogeleit/http-request-action@v1.16.3 with: url: https://app.raygun.com/deployments?authToken=${{ secrets.RAYGUN_AUTHTOKEN }} method: POST