Skip to content

Commit b796695

Browse files
dependabot[bot]bavshin-f5
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 ac60b78 commit b796695

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
submodules: true
4040
- name: set up cargo cache
41-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242
continue-on-error: false
4343
with:
4444
path: |
@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ runner.os }}-cargo-${{ matrix.rust-version}}-${{ hashFiles('**/Cargo.lock') }}
5151
restore-keys: ${{ runner.os }}-cargo-${{ matrix.rust-version }}-
5252
- name: set up nginx deps cache
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
continue-on-error: false
5555
with:
5656
path: |
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
submodules: true
9797
- name: set up cargo cache
98-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
98+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9999
continue-on-error: false
100100
with:
101101
path: |
@@ -107,7 +107,7 @@ jobs:
107107
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
108108
restore-keys: ${{ runner.os }}-cargo-
109109
- name: set up nginx deps cache
110-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
110+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111111
continue-on-error: false
112112
with:
113113
path: |
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
toolchain: stable
136136
- name: set up cargo cache
137-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
137+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
138138
continue-on-error: false
139139
with:
140140
path: |
@@ -146,7 +146,7 @@ jobs:
146146
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
147147
restore-keys: ${{ runner.os }}-cargo-
148148
- name: set up nginx deps cache
149-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
149+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
150150
continue-on-error: false
151151
with:
152152
path: |

.github/workflows/nginx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
toolchain: stable
9696

97-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: |
100100
~/.cargo/bin/
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
toolchain: stable
179179

180-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
180+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
181181
with:
182182
path: |
183183
~/.cargo/bin/

.github/workflows/sanitizers.yaml

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

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

0 commit comments

Comments
 (0)