Skip to content

Commit fe9039e

Browse files
chore(deps): bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b802cd commit fe9039e

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
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
submodules: true
4141
- name: set up cargo cache
42-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4343
continue-on-error: false
4444
with:
4545
path: |
@@ -51,7 +51,7 @@ jobs:
5151
key: ${{ runner.os }}-cargo-${{ matrix.rust-version}}-${{ hashFiles('**/Cargo.lock') }}
5252
restore-keys: ${{ runner.os }}-cargo-${{ matrix.rust-version }}-
5353
- name: set up nginx deps cache
54-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5555
continue-on-error: false
5656
with:
5757
path: |
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
submodules: true
110110
- name: set up cargo cache
111-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112112
continue-on-error: false
113113
with:
114114
path: |
@@ -120,7 +120,7 @@ jobs:
120120
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
121121
restore-keys: ${{ runner.os }}-cargo-
122122
- name: set up nginx deps cache
123-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
123+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
124124
continue-on-error: false
125125
with:
126126
path: |
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
toolchain: stable
149149
- name: set up cargo cache
150-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
150+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
151151
continue-on-error: false
152152
with:
153153
path: |
@@ -159,7 +159,7 @@ jobs:
159159
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
160160
restore-keys: ${{ runner.os }}-cargo-
161161
- name: set up nginx deps cache
162-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
162+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
163163
continue-on-error: false
164164
with:
165165
path: |

.github/workflows/nginx.yaml

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

98-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9999
with:
100100
path: |
101101
~/.cargo/bin/
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
toolchain: stable
180180

181-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
181+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
182182
with:
183183
path: |
184184
~/.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5252
with:
5353
path: |
5454
~/.cargo/bin/

0 commit comments

Comments
 (0)