Skip to content

Commit b0fe36c

Browse files
dependabot[bot]bavshin-f5
authored andcommitted
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 dfb4967 commit b0fe36c

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
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
install: IO::Socket::SSL
8787

88-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
88+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8989
with:
9090
path: |
9191
~/.cargo/bin/

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repository: 'nginx/nginx-tests'
5151
path: 'nginx/tests'
5252

53-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: |
5656
~/.cargo/bin/

0 commit comments

Comments
 (0)