File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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 YAML
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-python/tree/v3 #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@v2
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 : Spell Check
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-python/tree/v3 #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@v2
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
You can’t perform that action at this time.
0 commit comments