From 86222a0b7c7152ce279337ea6a97bd2bef843bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:24:38 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.16.5 to 1.16.6 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.16.5 to 1.16.6. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/1297c6fc63a79b147d1676540a3fd9d2e37817c5...c0b95d02a088b47c1f2f4db04fd8af8bd19eee54) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-version: 1.16.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-tracking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tracking.yml b/.github/workflows/release-tracking.yml index b35b43f..05c0637 100644 --- a/.github/workflows/release-tracking.yml +++ b/.github/workflows/release-tracking.yml @@ -35,7 +35,7 @@ jobs: - name: Send to the Raygun Deployments API id: raygun_deployment - uses: fjogeleit/http-request-action@1297c6fc63a79b147d1676540a3fd9d2e37817c5 + uses: fjogeleit/http-request-action@c0b95d02a088b47c1f2f4db04fd8af8bd19eee54 with: url: https://api.raygun.com/v3/applications/api-key/${{ secrets.RAYGUN_APIKEY }}/deployments method: POST