From 04c7e438ee608ceea9204d0a0c7d97ba6239d21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 00:24:18 +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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad87455..8cbbafc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -151,7 +151,7 @@ jobs: run: echo "MODULE_JSON=$(jq -c . < module.json)" >> $GITHUB_ENV - name: Deploy to Foundry - uses: fjogeleit/http-request-action@v1 + uses: fjogeleit/http-request-action@v2 with: url: 'https://foundryvtt.com/_api/packages/release_version/' method: 'POST'