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