File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
perl -e 'print "::set-output name=version::$^V"'
31
31
- uses : actions/checkout@v3
32
- - uses : actions/cache@v2
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : scripts/darwin/local
35
35
key : Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
81
81
- name : build OpenSSL
82
82
run : .github/build-openssl-darwin.sh
83
83
84
- - uses : actions/cache@v2
84
+ - uses : actions/cache@v3
85
85
with :
86
86
path : scripts/darwin/local
87
87
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -132,7 +132,7 @@ jobs:
132
132
- name : build OpenSSL
133
133
run : .github/build-openssl-darwin.sh
134
134
135
- - uses : actions/cache@v2
135
+ - uses : actions/cache@v3
136
136
with :
137
137
path : scripts/darwin/local
138
138
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 29
29
run : |
30
30
perl -e 'print "::set-output name=version::$^V"'
31
31
- uses : actions/checkout@v3
32
- - uses : actions/cache@v2
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : scripts/linux/local
35
35
key : Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
81
81
- name : build OpenSSL
82
82
run : .github/build-openssl-linux.sh
83
83
84
- - uses : actions/cache@v2
84
+ - uses : actions/cache@v3
85
85
with :
86
86
path : scripts/linux/local
87
87
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -131,7 +131,7 @@ jobs:
131
131
- name : build OpenSSL
132
132
run : .github/build-openssl-linux.sh
133
133
134
- - uses : actions/cache@v2
134
+ - uses : actions/cache@v3
135
135
with :
136
136
path : scripts/linux/local
137
137
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 29
29
run : |
30
30
perl -e 'print "::set-output name=version::$^V"'
31
31
- uses : actions/checkout@v3
32
- - uses : actions/cache@v2
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : scripts/windows/local
35
35
key : Windows-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
98
98
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
99
99
shell : cmd
100
100
101
- - uses : actions/cache@v2
101
+ - uses : actions/cache@v3
102
102
with :
103
103
path : scripts/windows/local
104
104
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -193,7 +193,7 @@ jobs:
193
193
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
194
194
shell : cmd
195
195
196
- - uses : actions/cache@v2
196
+ - uses : actions/cache@v3
197
197
with :
198
198
path : scripts/windows/local
199
199
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
You can’t perform that action at this time.
0 commit comments