Skip to content

Commit 64f17ad

Browse files
dependabot[bot]JonasKs
authored andcommitted
chore(deps): bump actions/cache from 4.2.2 to 4.2.3
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@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd75dc7 commit 64f17ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
virtualenvs-in-project: true
3232

3333
- name: Load cached venv
34-
uses: actions/cache@v4.2.2
34+
uses: actions/cache@v4.2.3
3535
id: cache-venv
3636
with:
3737
path: .venv

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
virtualenvs-in-project: true
2222
- name: Load cached venv
2323
id: cached-poetry-dependencies
24-
uses: actions/cache@v4.2.2
24+
uses: actions/cache@v4.2.3
2525
with:
2626
path: .venv
2727
key: venv-${{ runner.os }}-3.11.0-${{ hashFiles('**/poetry.lock') }}-0

0 commit comments

Comments
 (0)