Skip to content

Commit ff2d68e

Browse files
dependabot[bot]bavshin-f5
authored andcommitted
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd2c4b7 commit ff2d68e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
IO::Socket::SSL
138138
TimeDate
139139
140-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
140+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
141141
with:
142142
path: |
143143
~/.cargo/bin/

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
repository: 'nginx/nginx-tests'
5858
path: 'nginx/tests'
5959

60-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
60+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6161
with:
6262
path: |
6363
~/.cargo/bin/

0 commit comments

Comments
 (0)