Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 6147a88

Browse files
Bump actions/cache from 4.2.1 to 4.2.2 (#1170)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 582ac79 commit 6147a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Load cached venv
3838
id: cached-poetry-dependencies
39-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
39+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
4040
with:
4141
path: .venv
4242
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
- name: Load cached venv
150150
id: cached-poetry-dependencies
151-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
151+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
152152
with:
153153
path: .venv
154154
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)