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

Commit f28b2d8

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 (#1298)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9916a38 commit f28b2d8

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
151+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
152152
with:
153153
path: .venv
154154
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)