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

Commit 43ced52

Browse files
build(deps): bump actions/cache from 2 to 3.0.1 (#431)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f17cad commit 43ced52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Load cached venv
7575
id: cached-poetry-dependencies
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3.0.1
7777
with:
7878
path: .venv
7979
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Load cached venv
8787
id: cached-poetry-dependencies
88-
uses: actions/cache@v2
88+
uses: actions/cache@v3.0.1
8989
with:
9090
path: .venv
9191
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)