diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b414a6f..50fdfb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GH_PUSH_TOKEN }} diff --git a/.github/workflows/test-compatibility.yaml b/.github/workflows/test-compatibility.yaml index 85691d4..121cf26 100644 --- a/.github/workflows/test-compatibility.yaml +++ b/.github/workflows/test-compatibility.yaml @@ -30,7 +30,7 @@ jobs: return latestRelease.data.tag_name; - name: Checkout website-scraper-puppeteer - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: website-scraper/website-scraper-puppeteer ref: ${{ steps.get_latest_release.outputs.result || matrix.website-scraper-puppeteer-version }}