Skip to content

Commit 0ec0205

Browse files
build(deps): bump actions/cache from 4.0.1 to 4.0.2 (#120)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- 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 0f53935 commit 0ec0205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

3131
- name: Load cached venv
3232
id: cached-poetry-dependencies
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
path: .venv
3636
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/pr.yml

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

3535
- name: Load cached venv
3636
id: cached-poetry-dependencies
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].2
3838
with:
3939
path: .venv
4040
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)