Skip to content

Commit 6e33156

Browse files
Bump actions/cache from 4.2.0 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 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@1bd1e32...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9808f6 commit 6e33156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
python-version: '3.10'
327327

328328
- name: Cache E2E dependencies
329-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v5.0.0
329+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.0
330330
with:
331331
path: |
332332
~/.cache/pip
@@ -413,7 +413,7 @@ jobs:
413413
python-version: '3.10'
414414

415415
- name: Cache E2E dependencies
416-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v5.0.0
416+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.0
417417
with:
418418
path: |
419419
~/.cache/pip

0 commit comments

Comments
 (0)