From bbb80cb27b90a5b7b77b85ff398fbe70ec302c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:41:25 +0000 Subject: [PATCH] chore(deps): update robingenz/action-google-indexing action to v1.0.2 --- .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 62363bbf..0c03253e 100644 --- a/.github/workflows/indexnow.yml +++ b/.github/workflows/indexnow.yml @@ -17,7 +17,7 @@ jobs: google-indexing: runs-on: ubuntu-latest steps: - - uses: robingenz/action-google-indexing@v1.0.0 + - uses: robingenz/action-google-indexing@v1.0.2 with: siteUrl: 'capgo.app' gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }}