File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed 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 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: Check YAML
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
67
67
uses: actions/checkout@v3
68
68
69
69
- name: Install Python
70
- uses : actions/setup-python@v3
70
+ uses: actions/setup-python@v4
71
71
with:
72
72
python-version: ${{ env.PYTHON_VERSION }}
73
73
Original file line number Diff line number Diff line change 2
2
name: Publish Tester Build
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
Original file line number Diff line number Diff line change 1
1
name: Create Release
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: 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
88
88
go-version: ${{ env.GO_VERSION }}
89
89
90
90
- name: Install Python
91
- uses : actions/setup-python@v3
91
+ uses: actions/setup-python@v4
92
92
with:
93
93
python-version: ${{ env.PYTHON_VERSION }}
94
94
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