File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
68
68
python-version : [3.9.2]
69
69
steps :
70
70
- name : Git checkout
71
- uses : actions/checkout@v2
71
+ uses : actions/checkout@v3
72
72
- name : Set up Python ${{ matrix.python-version }}
73
- uses : actions/setup-python@v2
73
+ uses : actions/setup-python@v4
74
74
with :
75
75
python-version : ${{ matrix.python-version }}
76
76
- name : Cache Build Requirements
77
77
id : pip-cache-step
78
- uses : actions/cache@v2
78
+ uses : actions/cache@v3
79
79
with :
80
80
path : ${{ env.pythonLocation }}
81
81
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -98,13 +98,13 @@ jobs:
98
98
matrix :
99
99
browser : [chrome, firefox, edge]
100
100
steps :
101
- - uses : actions/checkout@v2
101
+ - uses : actions/checkout@v3
102
102
- name : Set up Python 3.9.2
103
- uses : actions/setup-python@v2
103
+ uses : actions/setup-python@v4
104
104
with :
105
105
python-version : 3.9.2
106
106
- name : Cache pip
107
- uses : actions/cache@v2
107
+ uses : actions/cache@v3
108
108
with :
109
109
path : ${{ env.pythonLocation }}
110
110
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
You can’t perform that action at this time.
0 commit comments