diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 5856e36d13..cd63775f61 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -33,7 +33,7 @@ jobs: - name: Check if PR is up to date, if it is skip workflows for this ref id: 'up-to-date' if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/') - uses: Kong/public-shared-actions/pr-previews/up-to-date@v2.3.0 + uses: Kong/public-shared-actions/pr-previews/up-to-date@v2.4.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}