File tree 9 files changed +17
-17
lines changed
9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : Check Code Generation
2
2
3
3
env :
4
- # See: https://github.com/actions/setup-go/tree/v2#readme
4
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5
5
GO_VERSION : " 1.17"
6
6
7
7
on :
Original file line number Diff line number Diff line change 2
2
name : Check Go Dependencies
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v3#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
Original file line number Diff line number Diff line change 2
2
name : Check Go
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v2#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Original file line number Diff line number Diff line change 2
2
name : Check Website
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v2#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
7
+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
8
8
PYTHON_VERSION : " 3.9"
9
9
10
10
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
48
48
go-version : ${{ env.GO_VERSION }}
49
49
50
50
- name : Install Python
51
- uses : actions/setup-python@v3
51
+ uses : actions/setup-python@v4
52
52
with :
53
53
python-version : ${{ env.PYTHON_VERSION }}
54
54
Original file line number Diff line number Diff line change 2
2
name : Check Python
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
5
+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
39
39
uses : actions/checkout@v3
40
40
41
41
- name : Install Python
42
- uses : actions/setup-python@v3
42
+ uses : actions/setup-python@v4
43
43
with :
44
44
python-version : ${{ env.PYTHON_VERSION }}
45
45
66
66
uses : actions/checkout@v3
67
67
68
68
- name : Install Python
69
- uses : actions/setup-python@v3
69
+ uses : actions/setup-python@v4
70
70
with :
71
71
python-version : ${{ env.PYTHON_VERSION }}
72
72
Original file line number Diff line number Diff line change 2
2
name : Deploy Website
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
5
+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
8
on :
55
55
uses : actions/checkout@v3
56
56
57
57
- name : Install Python
58
- uses : actions/setup-python@v3
58
+ uses : actions/setup-python@v4
59
59
with :
60
60
python-version : ${{ env.PYTHON_VERSION }}
61
61
Original file line number Diff line number Diff line change 2
2
name : Spell Check
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
5
+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
8
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
24
24
uses : actions/checkout@v3
25
25
26
26
- name : Install Python
27
- uses : actions/setup-python@v3
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ${{ env.PYTHON_VERSION }}
30
30
Original file line number Diff line number Diff line change 2
2
name : Test Integration
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v2#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
7
+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
8
8
PYTHON_VERSION : " 3.9"
9
9
10
10
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
80
80
go-version : ${{ env.GO_VERSION }}
81
81
82
82
- name : Install Python
83
- uses : actions/setup-python@v3
83
+ uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ env.PYTHON_VERSION }}
86
86
Original file line number Diff line number Diff line change 2
2
name : Test Go
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v2#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
8
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
You can’t perform that action at this time.
0 commit comments