From 745a6c8ab88b6af0b358949b5fef52f2990bac9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 07:49:53 +0000 Subject: [PATCH] Bump bojieyang/indexnow-action from 2 to 3 Bumps [bojieyang/indexnow-action](https://github.com/bojieyang/indexnow-action) from 2 to 3. - [Release notes](https://github.com/bojieyang/indexnow-action/releases) - [Changelog](https://github.com/bojieyang/indexnow-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/bojieyang/indexnow-action/compare/v2...v3) --- updated-dependencies: - dependency-name: bojieyang/indexnow-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index fefdc6f..a7cc739 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -127,7 +127,7 @@ jobs: needs: deploy runs-on: ubuntu-latest steps: - - uses: bojieyang/indexnow-action@v2 + - uses: bojieyang/indexnow-action@v3 with: sitemap-location: ${{ needs.deploy.outputs.page_url }}/sitemap.xml key: ${{ secrets.INDEXNOW_KEY }}