File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52
52
with :
53
53
path : scripts/darwin/local
54
54
key : Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
94
94
- name : build OpenSSL
95
95
run : .github/build-openssl-darwin.sh
96
96
97
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98
98
with :
99
99
path : scripts/darwin/local
100
100
key : ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -155,7 +155,7 @@ jobs:
155
155
- name : build OpenSSL
156
156
run : .github/build-openssl-darwin.sh
157
157
158
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
158
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159
159
with :
160
160
path : scripts/darwin/local
161
161
key : ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 48
48
run : |
49
49
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52
52
with :
53
53
path : scripts/darwin/local
54
54
key : Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
94
94
- name : build OpenSSL
95
95
run : .github/build-openssl-darwin.sh
96
96
97
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98
98
with :
99
99
path : scripts/darwin/local
100
100
key : ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -155,7 +155,7 @@ jobs:
155
155
- name : build OpenSSL
156
156
run : .github/build-openssl-darwin.sh
157
157
158
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
158
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159
159
with :
160
160
path : scripts/darwin/local
161
161
key : ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 48
48
run : |
49
49
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52
52
with :
53
53
path : scripts/linux/local
54
54
key : Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
94
94
- name : build OpenSSL
95
95
run : .github/build-openssl-linux.sh
96
96
97
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98
98
with :
99
99
path : scripts/linux/local
100
100
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -154,7 +154,7 @@ jobs:
154
154
- name : build OpenSSL
155
155
run : .github/build-openssl-linux.sh
156
156
157
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
158
158
with :
159
159
path : scripts/linux/local
160
160
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 48
48
run : |
49
49
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52
52
with :
53
53
path : scripts/linux/local
54
54
key : Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
94
94
- name : build OpenSSL
95
95
run : .github/build-openssl-linux.sh
96
96
97
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98
98
with :
99
99
path : scripts/linux/local
100
100
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -154,7 +154,7 @@ jobs:
154
154
- name : build OpenSSL
155
155
run : .github/build-openssl-linux.sh
156
156
157
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
158
158
with :
159
159
path : scripts/linux/local
160
160
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
Original file line number Diff line number Diff line change 56
56
END_OF_PATH
57
57
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
58
58
59
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
60
60
with :
61
61
path : scripts/windows/local
62
62
key : Windows-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -120,7 +120,7 @@ jobs:
120
120
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
121
121
shell : cmd
122
122
123
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
124
124
with :
125
125
path : scripts/windows/local
126
126
key : ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -225,7 +225,7 @@ jobs:
225
225
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
226
226
shell : cmd
227
227
228
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
228
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
229
229
with :
230
230
path : scripts/windows/local
231
231
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