File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
27
27
- name : Tox cache
28
28
id : tox-cache
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.cache/pip
32
32
key : tox-${{ hashFiles('requirements/tox.txt') }}-py${{ steps.setup-python.outputs.python-version}}
33
33
34
34
- name : Lint cache
35
35
id : lint-cache
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : .tox
39
39
key : lint-${{ hashFiles('requirements/lint.txt') }}-py${{ steps.setup-python.outputs.python-version}}
@@ -84,14 +84,14 @@ jobs:
84
84
85
85
- name : Tox cache
86
86
id : tox-cache
87
- uses : actions/cache@v3
87
+ uses : actions/cache@v4
88
88
with :
89
89
path : ~/.cache/pip
90
90
key : tox-${{ hashFiles('requirements/tox.txt') }}-py${{ steps.setup-python.outputs.python-version}}
91
91
92
92
- name : Molecule cache
93
93
id : molecule-cache
94
- uses : actions/cache@v3
94
+ uses : actions/cache@v4
95
95
with :
96
96
path : .tox
97
97
key : molecule-${{ hashFiles(format('requirements/ansible-{0}.txt', matrix.ansible-version)) }}-py${{ steps.setup-python.outputs.python-version}}
You can’t perform that action at this time.
0 commit comments