Skip to content

Commit 938814d

Browse files
Bump actions/cache from 2 to 3 (#1104)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6c6cf3 commit 938814d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/darwin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
perl -e 'print "::set-output name=version::$^V"'
3131
- uses: actions/checkout@v3
32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
with:
3434
path: scripts/darwin/local
3535
key: Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -81,7 +81,7 @@ jobs:
8181
- name: build OpenSSL
8282
run: .github/build-openssl-darwin.sh
8383

84-
- uses: actions/cache@v2
84+
- uses: actions/cache@v3
8585
with:
8686
path: scripts/darwin/local
8787
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -132,7 +132,7 @@ jobs:
132132
- name: build OpenSSL
133133
run: .github/build-openssl-darwin.sh
134134

135-
- uses: actions/cache@v2
135+
- uses: actions/cache@v3
136136
with:
137137
path: scripts/darwin/local
138138
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
perl -e 'print "::set-output name=version::$^V"'
3131
- uses: actions/checkout@v3
32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
with:
3434
path: scripts/linux/local
3535
key: Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -81,7 +81,7 @@ jobs:
8181
- name: build OpenSSL
8282
run: .github/build-openssl-linux.sh
8383

84-
- uses: actions/cache@v2
84+
- uses: actions/cache@v3
8585
with:
8686
path: scripts/linux/local
8787
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -131,7 +131,7 @@ jobs:
131131
- name: build OpenSSL
132132
run: .github/build-openssl-linux.sh
133133

134-
- uses: actions/cache@v2
134+
- uses: actions/cache@v3
135135
with:
136136
path: scripts/linux/local
137137
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}

.github/workflows/win32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
perl -e 'print "::set-output name=version::$^V"'
3131
- uses: actions/checkout@v3
32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
with:
3434
path: scripts/windows/local
3535
key: Windows-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -98,7 +98,7 @@ jobs:
9898
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
9999
shell: cmd
100100

101-
- uses: actions/cache@v2
101+
- uses: actions/cache@v3
102102
with:
103103
path: scripts/windows/local
104104
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -193,7 +193,7 @@ jobs:
193193
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
194194
shell: cmd
195195

196-
- uses: actions/cache@v2
196+
- uses: actions/cache@v3
197197
with:
198198
path: scripts/windows/local
199199
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}

0 commit comments

Comments
 (0)