File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 9
9
using : ' composite'
10
10
steps :
11
11
- name : Setup Python
12
- uses : actions/setup-python@v4
12
+ uses : actions/setup-python@v5
13
13
with :
14
14
python-version : ${{ inputs.python-version }}
15
15
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ outputs:
25
25
description : ' The previous version tag'
26
26
27
27
runs :
28
- using : ' node16 '
28
+ using : ' node20 '
29
29
main : ' index.js'
Original file line number Diff line number Diff line change 28
28
using : ' composite'
29
29
steps :
30
30
- name : Set up Python
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : 3.9
34
34
Original file line number Diff line number Diff line change 35
35
using : ' composite'
36
36
steps :
37
37
- name : Set up Python
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : 3.9
41
41
Original file line number Diff line number Diff line change 14
14
using : ' composite'
15
15
steps :
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.9
20
20
Original file line number Diff line number Diff line change 35
35
using : ' composite'
36
36
steps :
37
37
- name : Set up Python
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : 3.9
41
41
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Generate pdoc documentation
17
17
uses : ./.github/actions/build-docs
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : Get recent changes
32
32
id : list-commits
38
38
if : steps.list-commits.outputs.commits == ''
39
39
40
40
41
- - uses : actions/setup-python@v4
41
+ - uses : actions/setup-python@v5
42
42
with :
43
43
python-version : 3.x
44
44
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Setup Poetry
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
- name : Build docs with pdoc
44
44
uses : ' ./.github/actions/build-docs'
45
45
with :
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
with :
47
47
fetch-depth : 0 # Need full history and tags to compute list of commits in release
48
48
ref : ${{ inputs.ref }}
72
72
fi
73
73
74
74
- name : Setup Python
75
- uses : actions/setup-python@v4
75
+ uses : actions/setup-python@v5
76
76
with :
77
77
python-version : 3.x
78
78
Original file line number Diff line number Diff line change 68
68
- uses : actions/checkout@v4
69
69
70
70
- name : Set up Python ${{ matrix.python-version }}
71
- uses : actions/setup-python@v4
71
+ uses : actions/setup-python@v5
72
72
with :
73
73
python-version : ${{ matrix.python-version }}
74
74
86
86
- name : Install googleapis-common-protos ${{ matrix.googleapis-common-protos-version }}
87
87
run : poetry add googleapis-common-protos==${{ matrix.googleapis-common-protos-version }}
88
88
89
- - uses : nick-fields/retry@v2
89
+ - uses : nick-fields/retry@v3
90
90
with :
91
91
timeout_minutes : 5
92
92
max_attempts : 3
@@ -121,7 +121,7 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v4
123
123
- name : ' Set up Python ${{ matrix.python-version }}'
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : ' ${{ matrix.python-version }}'
127
127
- name : Setup Poetry
@@ -131,7 +131,7 @@ jobs:
131
131
include_types : false
132
132
- name : ' Install urllib3 ${{ matrix.urllib3-version }}'
133
133
run : ' poetry add urllib3==${{ matrix.urllib3-version }}'
134
- - uses : nick-fields/retry@v2
134
+ - uses : nick-fields/retry@v3
135
135
with :
136
136
timeout_minutes : 5
137
137
max_attempts : 3
Original file line number Diff line number Diff line change 61
61
steps :
62
62
- uses : actions/checkout@v4
63
63
- name : ' Set up Python ${{ matrix.testConfig.python-version }}'
64
- uses : actions/setup-python@v4
64
+ uses : actions/setup-python@v5
65
65
with :
66
66
python-version : ' ${{ matrix.testConfig.python-version }}'
67
67
- name : Setup Poetry
@@ -109,7 +109,7 @@ jobs:
109
109
steps :
110
110
- uses : actions/checkout@v4
111
111
- name : ' Set up Python ${{ matrix.testConfig.python-version }}'
112
- uses : actions/setup-python@v4
112
+ uses : actions/setup-python@v5
113
113
with :
114
114
python-version : ' ${{ matrix.testConfig.python-version }}'
115
115
- name : Setup Poetry
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : ' Set up Python ${{ matrix.python-version }}'
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' ${{ matrix.python-version }}'
25
25
- name : Setup Poetry
You can’t perform that action at this time.
0 commit comments