Skip to content

Commit 0e7a361

Browse files
Bump actions/cache from 1 to 3.0.11 (#396)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4833a31 commit 0e7a361

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
#----------------------------------------------
4343
- name: Load cached venv
4444
id: cached-poetry-dependencies
45-
uses: actions/cache@v3
45+
uses: actions/cache@v3.0.11
4646
with:
4747
path: .venv
4848
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -114,7 +114,7 @@ jobs:
114114
#----------------------------------------------
115115
- name: Load cached venv
116116
id: cached-poetry-dependencies
117-
uses: actions/cache@v3
117+
uses: actions/cache@v3.0.11
118118
with:
119119
path: .venv
120120
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: 3.9
3333

3434
- name: Cache Poetry virtualenv
35-
uses: actions/cache@v1
35+
uses: actions/cache@v3.0.11
3636
id: cache
3737
with:
3838
path: ~/.virtualenvs

0 commit comments

Comments
 (0)