Skip to content

Commit 1eff04e

Browse files
chore(deps): bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83e5b31 commit 1eff04e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
42+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
54+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
111+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
123+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
150+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
162+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
98+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9999
with:
100100
path: |
101101
~/.cargo/bin/
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
toolchain: stable
180180

181-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
181+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
51+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5252
with:
5353
path: |
5454
~/.cargo/bin/

0 commit comments

Comments
 (0)