File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9797
9898
9999 steps :
100- - uses : actions/checkout@v2
100+ - uses : actions/checkout@v3
101101
102102 - name : Bootstrap CIP
103103 run : |
@@ -110,7 +110,7 @@ jobs:
110110 cip cache-key
111111
112112 - name : Cache CPAN modules
113- uses : actions/cache@v2
113+ uses : actions/cache@v3
114114 with :
115115 path : ~/.cip
116116 key : ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
Original file line number Diff line number Diff line change 2323 runs-on : macOS-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Set up Perl
2929 run : |
Original file line number Diff line number Diff line change 2323 runs-on : macOS-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Set up Perl
2929 run : |
Original file line number Diff line number Diff line change 2323 runs-on : windows-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Set up Perl
2929 run : |
Original file line number Diff line number Diff line change 2323 runs-on : windows-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Set up Perl
2929 run : |
You can’t perform that action at this time.
0 commit comments