From 7ae861659228d662a21762a6dc58c34be260c7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:02:39 +0100 Subject: [PATCH] ci(deps): Bump fjogeleit/http-request-action from 1 to 2 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fjogeleit/http-request-action](https://github.com/fjogeleit/http-request-action) from 1 to 2.
Release notes

Sourced from fjogeleit/http-request-action's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/fjogeleit/http-request-action/compare/v1...v2.0.0

v1.16.6

What's Changed

Full Changelog: https://github.com/fjogeleit/http-request-action/compare/v1.16.5...v1.16.6

v1.16.5

What's Changed

Full Changelog: https://github.com/fjogeleit/http-request-action/compare/v1.16.4...v1.16.5

... (truncated)

Changelog

Sourced from fjogeleit/http-request-action's changelog.

Release

Create release

Do not manually draft a release.

To start a release, create a release tag at the commit you want using the commands below.

git tag -a "v1.2.3" -m
"v1.2.3"
git push origin "v1.2.3"

Publish GitHub Action to the marketplace

  1. Go to the Releases page and select the latest release that was just created.
  2. Select "Edit" button.
  3. Select "Publish this Action to the GitHub Marketplace" checkbox.
  4. Select "Update release" button.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fjogeleit/http-request-action&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/repeat-recent-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repeat-recent-requests.yml b/.github/workflows/repeat-recent-requests.yml index 1d9732e2..ebf23adf 100644 --- a/.github/workflows/repeat-recent-requests.yml +++ b/.github/workflows/repeat-recent-requests.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Make Request id: myRequest - uses: fjogeleit/http-request-action@v1 + uses: fjogeleit/http-request-action@v2 with: url: "https://github-stats-extended.vercel.app/api/repeat-recent" method: "POST"