Skip to content

Commit a03d87a

Browse files
dependabot[bot]JonasKs
authored andcommitted
chore(deps): bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b165207 commit a03d87a

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.1.2
34+
uses: actions/cache@v4.2.0
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.1.2
24+
uses: actions/cache@v4.2.0
2525
with:
2626
path: .venv
2727
key: venv-${{ runner.os }}-3.11.0-${{ hashFiles('**/poetry.lock') }}-0

0 commit comments

Comments
 (0)