diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3f97258..9dd562b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: perl -e 'print "::set-output name=version::", $^V, "\n"' - name: Cache Perl modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/perl5 key: ${{ runner.os }}-perl-${{ steps.get-perl.outputs.version }}-${{ hashFiles('ci/cpanfile') }}