From 4b596e65c0793b1b268b27aeffd998dfaa786018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:45:17 +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/indexnow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/indexnow.yml b/.github/workflows/indexnow.yml index 8a1b20c3..508be3ac 100644 --- a/.github/workflows/indexnow.yml +++ b/.github/workflows/indexnow.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: IndexNow Action - uses: bojieyang/indexnow-action@v2 + uses: bojieyang/indexnow-action@v3 with: sitemap-location: 'https://netpdf.masesgroup.com/sitemap.xml' key: ${{ secrets.INDEXNOW_KEY }}