Skip to content

Commit c9e1a4d

Browse files
dependabot[bot]shogo82148
authored andcommitted
chore(deps): Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af3dd0d commit c9e1a4d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/darwin-arm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5252
with:
5353
path: scripts/darwin/local
5454
key: Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: build OpenSSL
9595
run: .github/build-openssl-darwin.sh
9696

97-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: scripts/darwin/local
100100
key: ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -155,7 +155,7 @@ jobs:
155155
- name: build OpenSSL
156156
run: .github/build-openssl-darwin.sh
157157

158-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
158+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159159
with:
160160
path: scripts/darwin/local
161161
key: ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}

.github/workflows/darwin-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5252
with:
5353
path: scripts/darwin/local
5454
key: Darwin-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: build OpenSSL
9595
run: .github/build-openssl-darwin.sh
9696

97-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: scripts/darwin/local
100100
key: ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}
@@ -155,7 +155,7 @@ jobs:
155155
- name: build OpenSSL
156156
run: .github/build-openssl-darwin.sh
157157

158-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
158+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159159
with:
160160
path: scripts/darwin/local
161161
key: ${{ runner.os }}-${{ runner.arch }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/darwin/cpanfile.snapshot') }}

.github/workflows/linux-arm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5252
with:
5353
path: scripts/linux/local
5454
key: Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: build OpenSSL
9595
run: .github/build-openssl-linux.sh
9696

97-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: scripts/linux/local
100100
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: build OpenSSL
155155
run: .github/build-openssl-linux.sh
156156

157-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
158158
with:
159159
path: scripts/linux/local
160160
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}

.github/workflows/linux-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5252
with:
5353
path: scripts/linux/local
5454
key: Linux-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: build OpenSSL
9595
run: .github/build-openssl-linux.sh
9696

97-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: scripts/linux/local
100100
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/linux/cpanfile.snapshot') }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: build OpenSSL
155155
run: .github/build-openssl-linux.sh
156156

157-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
158158
with:
159159
path: scripts/linux/local
160160
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
@@ -56,7 +56,7 @@ jobs:
5656
END_OF_PATH
5757
perl -e 'print "version=$^V\n"' >> "$GITHUB_OUTPUT"
5858
59-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6060
with:
6161
path: scripts/windows/local
6262
key: Windows-sanity-check-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -120,7 +120,7 @@ jobs:
120120
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
121121
shell: cmd
122122

123-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
124124
with:
125125
path: scripts/windows/local
126126
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}
@@ -225,7 +225,7 @@ jobs:
225225
reg add HKLM\SOFTWARE\Microsoft\Windows"\Windows Error Reporting"\LocalDumps /v DumpFolder /t REG_EXPAND_SZ /d "${{ runner.temp }}/perl-wer"
226226
shell: cmd
227227

228-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
228+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
229229
with:
230230
path: scripts/windows/local
231231
key: ${{ runner.os }}-build-perl-${{ steps.perl.outputs.version }}-${{ hashFiles('scripts/windows/cpanfile.snapshot') }}

0 commit comments

Comments
 (0)