From faadcbdd66daf4adfdc40e8ad2147faffca902d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:15:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/github_pages.yml | 2 +- .github/workflows/netlify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)