diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 7da9b05d51..a84d33c6d5 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -23,7 +23,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} owner: metacpan - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token }} - name: Docker build test diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1fb3e7a93c..f0e3e153a5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef600416c1..58768377d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 name: Code Formatting steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Fetch base ref @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-24.04 name: playwright test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build test image id: docker-build-test uses: docker/build-push-action@v6 @@ -109,7 +109,7 @@ jobs: matrix.resolver == 'snapshot' && github.event.pull_request.user.login != 'dependabot[bot]' run: echo "enabled=1" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: '22' diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index 7ebeb6c430..22571c0e72 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -18,7 +18,7 @@ jobs: - uses: haarg/setup-git-user@v1 with: app: ${{ steps.app-token.outputs.app-slug }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token }} - uses: metacpan/metacpan-actions/update-snapshot@master