Skip to content

Commit d3cc464

Browse files
author
Simon Prickett
authored
Merge pull request #157 from redis/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 3967441 + 7d537b1 commit d3cc464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v2
45+
uses: actions/cache@v3
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@v2
117+
uses: actions/cache@v3
118118
with:
119119
path: .venv
120120
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -172,7 +172,7 @@ jobs:
172172
#----------------------------------------------
173173
- name: Load cached venv
174174
id: cached-poetry-dependencies
175-
uses: actions/cache@v2
175+
uses: actions/cache@v3
176176
with:
177177
path: .venv
178178
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)