From 8cf436e84e2963c396d0a3d20433acd5eef31470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:21:48 +0000 Subject: [PATCH] Bump fjogeleit/http-request-action from 1.16.3 to 1.16.4 Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/fjogeleit/http-request-action/releases) - [Commits](https://github.com/fjogeleit/http-request-action/compare/v1.16.3...v1.16.4) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4a33ef..c0d2eeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: | to_entries | map({"image": .key, "tags": .value})')" echo "payload=${JSON_PAYLOAD}" >> "${GITHUB_OUTPUT}" - - uses: fjogeleit/http-request-action@v1.16.3 + - uses: fjogeleit/http-request-action@v1.16.4 with: method: POST url: ${{ secrets.DEPLOYER_URL }}/api/v1/deploy