File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
99
key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
100
100
restore-keys : |
101
101
${{ runner.os }}-node-
102
- - uses : actions/setup-python@v4
102
+ - uses : actions/setup-python@v5
103
103
if : ${{ matrix.language == 'python' }}
104
104
with :
105
105
python-version : ' 3.x'
Original file line number Diff line number Diff line change 35
35
with :
36
36
go-version : ' ~1.21.3'
37
37
check-latest : true
38
- - uses : actions/setup-python@v4
38
+ - uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ' 3.x'
41
41
- name : Cache (Python)
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
117
117
restore-keys : |
118
118
${{ runner.os }}-node-
119
- - uses : actions/setup-python@v4
119
+ - uses : actions/setup-python@v5
120
120
if : ${{ matrix.language == 'python' }}
121
121
with :
122
122
python-version : ' 3.x'
Original file line number Diff line number Diff line change 56
56
key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
57
57
restore-keys : |
58
58
${{ runner.os }}-node-
59
- - uses : actions/setup-python@v4
59
+ - uses : actions/setup-python@v5
60
60
if : ${{ matrix.language == 'python' }}
61
61
with :
62
62
python-version : ' 3.x'
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
245
245
restore-keys : |
246
246
${{ runner.os }}-node-
247
- - uses : actions/setup-python@v4
247
+ - uses : actions/setup-python@v5
248
248
if : ${{ env.TEST_LANGUAGE == 'python' }}
249
249
with :
250
250
python-version : ' 3.x'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
key : ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
110
110
restore-keys : |
111
111
${{ runner.os }}-node-
112
- - uses : actions/setup-python@v4
112
+ - uses : actions/setup-python@v5
113
113
if : ${{ matrix.language == 'python' }}
114
114
with :
115
115
python-version : ' 3.x'
You can’t perform that action at this time.
0 commit comments