Skip to content

Commit dafcdaf

Browse files
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@v4.2.4...v4.3.0) --- 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 9d36fda commit dafcdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
4141
- name: Restore Python virtual environment
4242
id: cache-venv
43-
uses: &actions-cache actions/cache@v4.2.4
43+
uses: &actions-cache actions/cache@v4.3.0
4444
with:
4545
path: venv
4646
key: >-
@@ -96,7 +96,7 @@ jobs:
9696
- &cache-restore-python-base
9797
name: Restore Python virtual environment
9898
id: cache-venv
99-
uses: &actions-cache-restore actions/cache/restore@v4.2.4
99+
uses: &actions-cache-restore actions/cache/restore@v4.3.0
100100
with:
101101
fail-on-cache-miss: true
102102
path: venv

0 commit comments

Comments
 (0)