diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index ecfe936..4319022 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-22.04 # Update when chromium bug mentioned https://github.com/puppeteer/puppeteer/issues/12818 is resolved steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: main fetch-tags: true