File tree 4 files changed +24
-24
lines changed
4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
52
52
python-version : [3.9]
53
53
steps :
54
54
- name : Git checkout
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
- name : Set up Python ${{ matrix.python-version }}
57
- uses : actions/setup-python@v4
57
+ uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
- name : Cache Build Requirements
61
61
id : pip-cache-step
62
- uses : actions/cache@v3
62
+ uses : actions/cache@v4
63
63
with :
64
64
path : ${{ env.pythonLocation }}
65
65
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -82,13 +82,13 @@ jobs:
82
82
matrix :
83
83
browser : [chrome, firefox, edge]
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
- name : Set up Python 3.9
87
- uses : actions/setup-python@v4
87
+ uses : actions/setup-python@v5
88
88
with :
89
89
python-version : 3.9
90
90
- name : Cache pip
91
- uses : actions/cache@v3
91
+ uses : actions/cache@v4
92
92
with :
93
93
path : ${{ env.pythonLocation }}
94
94
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
python-version : [3.9]
49
49
steps :
50
50
- name : Git checkout
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v4
53
+ uses : actions/setup-python@v5
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
- name : Cache Build Requirements
57
57
id : pip-cache-step
58
- uses : actions/cache@v3
58
+ uses : actions/cache@v4
59
59
with :
60
60
path : ${{ env.pythonLocation }}
61
61
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -78,13 +78,13 @@ jobs:
78
78
matrix :
79
79
browser : [chrome, firefox, edge]
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
- name : Set up Python 3.9
83
- uses : actions/setup-python@v4
83
+ uses : actions/setup-python@v5
84
84
with :
85
85
python-version : 3.9
86
86
- name : Cache pip
87
- uses : actions/cache@v3
87
+ uses : actions/cache@v4
88
88
with :
89
89
path : ${{ env.pythonLocation }}
90
90
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
61
61
python-version : [3.9]
62
62
steps :
63
63
- name : Git checkout
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
- name : Set up Python ${{ matrix.python-version }}
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
- name : Cache Build Requirements
70
70
id : pip-cache-step
71
- uses : actions/cache@v3
71
+ uses : actions/cache@v4
72
72
with :
73
73
path : ${{ env.pythonLocation }}
74
74
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -89,13 +89,13 @@ jobs:
89
89
fail-fast : false
90
90
max-parallel : 1 # run in series
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
- name : Set up Python 3.9
94
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
95
95
with :
96
96
python-version : 3.9
97
97
- name : Cache pip
98
- uses : actions/cache@v3
98
+ uses : actions/cache@v4
99
99
with :
100
100
path : ${{ env.pythonLocation }}
101
101
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ jobs:
93
93
python-version : [3.9]
94
94
steps :
95
95
- name : Git checkout
96
- uses : actions/checkout@v3
96
+ uses : actions/checkout@v4
97
97
- name : Set up Python ${{ matrix.python-version }}
98
- uses : actions/setup-python@v4
98
+ uses : actions/setup-python@v5
99
99
with :
100
100
python-version : ${{ matrix.python-version }}
101
101
- name : Cache Build Requirements
102
102
id : pip-cache-step
103
- uses : actions/cache@v3
103
+ uses : actions/cache@v4
104
104
with :
105
105
path : ${{ env.pythonLocation }}
106
106
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -156,13 +156,13 @@ jobs:
156
156
matrix :
157
157
browser : ${{ fromJson(needs.set_matrix.outputs.matrix) }}
158
158
steps :
159
- - uses : actions/checkout@v3
159
+ - uses : actions/checkout@v4
160
160
- name : Set up Python 3.9
161
- uses : actions/setup-python@v4
161
+ uses : actions/setup-python@v5
162
162
with :
163
163
python-version : 3.9
164
164
- name : Cache pip
165
- uses : actions/cache@v3
165
+ uses : actions/cache@v4
166
166
with :
167
167
path : ${{ env.pythonLocation }}
168
168
key : ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
You can’t perform that action at this time.
0 commit comments