File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 using : " composite"
44 steps :
55 - name : Cache ~/perl5
6- uses : actions/cache@v2
6+ uses : actions/cache@v4
77 with :
88 key : ${{ runner.os }}-dist-locallib
99 path : ~/perl5
Original file line number Diff line number Diff line change 99 using : " composite"
1010 steps :
1111 - name : Cache ~/perl5
12- uses : actions/cache@v2
12+ uses : actions/cache@v4
1313 with :
1414 key : ${{ runner.os }}-dist-locallib
1515 path : ~/perl5
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ runs:
255255 ( fromJSON(inputs.target-all)
256256 || fromJSON(inputs.target-setup-perl)
257257 )
258- uses : actions/cache@v2
258+ uses : actions/cache@v4
259259 with :
260260 key : locallib-v2.${{ inputs.perl-deps-cache-version }}-${{ runner.os }}-${{ inputs.perl-version }}-${{ env.GHA_CACHE_PERL_V_HASH }}
261261 path : ~/perl5
You can’t perform that action at this time.
0 commit comments