diff --git a/.github/workflows/algolia_crawl.yml b/.github/workflows/algolia_crawl.yml index 1fe31789d..7064880df 100644 --- a/.github/workflows/algolia_crawl.yml +++ b/.github/workflows/algolia_crawl.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 # wait until Netlify deploy is done - name: Wait for Netlify Deploy