diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b6012df..35f29a28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -273,16 +273,16 @@ jobs: steps: - name: Checkout git commit ${{ github.sha }} if: github.event_name != 'pull_request' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.sha }} - name: Checkout git commit ${{ github.event.pull_request.head.sha }} (fixup for pull request) if: github.event_name == 'pull_request' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup cpan sources cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cpan/sources key: cache-cpan