diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index fabc47c1..090da419 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -10,7 +10,7 @@ jobs: steps: # checkout this repo - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Sleep for 30s run: sleep 30 - name: Github-pages-MAIN => Algolia crawler creation and recrawl (Push on Main branch) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 050b48f7..2adb93e1 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -12,7 +12,7 @@ jobs: steps: # checkout this repo - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Sleep for 30s run: sleep 30 - name: Netlify-PR => Algolia crawler creation and recrawl on preview (Pull Request)