From 3daca11caf4b6822c97135eb0a1e7d430599dec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:05:50 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1 to 2 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1 to 2. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Changelog](https://github.com/fjogeleit/http-request-action/blob/main/RELEASE.md) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1...v2) --- updated-dependencies: - dependency-name: fjogeleit/http-request-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/weekly-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-deployment.yml b/.github/workflows/weekly-deployment.yml index 33bd2b7..f7228c3 100644 --- a/.github/workflows/weekly-deployment.yml +++ b/.github/workflows/weekly-deployment.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send http request - uses: fjogeleit/http-request-action@v1 + uses: fjogeleit/http-request-action@v2 with: url: ${{ secrets.PLOI_DEPLOY_URL }} method: 'OPTIONS'