Skip to content

Commit 7a64536

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#2841)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92107a7 commit 7a64536

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
@@ -43,7 +43,7 @@ jobs:
4343
- &cache-python
4444
name: Restore Python virtual environment
4545
id: cache-venv
46-
uses: actions/cache@v4.2.4
46+
uses: actions/cache@v4.3.0
4747
with:
4848
path: venv
4949
key: >-
@@ -63,7 +63,7 @@ jobs:
6363
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6464
- name: Restore pre-commit environment
6565
id: cache-precommit
66-
uses: actions/cache@v4.2.4
66+
uses: actions/cache@v4.3.0
6767
with:
6868
path: ${{ env.PRE_COMMIT_CACHE }}
6969
key: >-

0 commit comments

Comments
 (0)