diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9aad60a4..9e752108 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@v5 + uses: actions/cache@v6 with: path: ~/perl5 key: ${{ runner.os }}-perl-${{ steps.get-perl.outputs.version }}-${{ hashFiles('ci/cpanfile') }}