Skip to content

Commit 7902fb5

Browse files
committed
update actions/cache version to v3 in gh workflow
1 parent 1a31e3c commit 7902fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_up/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131

3232
- name: Cache tox environment
3333
# Preserves .tox directory between runs for faster installs
34-
uses: actions/cache@v1
34+
uses: actions/cache@v3
3535
with:
3636
path: |
3737
.tox

0 commit comments

Comments
 (0)