File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11name : Check Code Generation
22
33env :
4- # See: https://github.com/actions/setup-go/tree/v2#readme
4+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
55 GO_VERSION : " 1.17"
66
77on :
Original file line number Diff line number Diff line change 22name : Check Go Dependencies
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v3#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 GO_VERSION : " 1.17"
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
Original file line number Diff line number Diff line change 22name : Check Go
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v2#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 GO_VERSION : " 1.17"
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Original file line number Diff line number Diff line change 22name : Check Website
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v2#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 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
88 PYTHON_VERSION : " 3.9"
99
1010# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4848 go-version : ${{ env.GO_VERSION }}
4949
5050 - name : Install Python
51- uses : actions/setup-python@v3
51+ uses : actions/setup-python@v4
5252 with :
5353 python-version : ${{ env.PYTHON_VERSION }}
5454
Original file line number Diff line number Diff line change 22name : Check Python
33
44env :
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
66 PYTHON_VERSION : " 3.9"
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
3939 uses : actions/checkout@v3
4040
4141 - name : Install Python
42- uses : actions/setup-python@v3
42+ uses : actions/setup-python@v4
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545
6666 uses : actions/checkout@v3
6767
6868 - name : Install Python
69- uses : actions/setup-python@v3
69+ uses : actions/setup-python@v4
7070 with :
7171 python-version : ${{ env.PYTHON_VERSION }}
7272
Original file line number Diff line number Diff line change 22name : Deploy Website
33
44env :
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
66 PYTHON_VERSION : " 3.9"
77
88on :
5555 uses : actions/checkout@v3
5656
5757 - name : Install Python
58- uses : actions/setup-python@v3
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : ${{ env.PYTHON_VERSION }}
6161
Original file line number Diff line number Diff line change 22name : Spell Check
33
44env :
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
66 PYTHON_VERSION : " 3.9"
77
88# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
2424 uses : actions/checkout@v3
2525
2626 - name : Install Python
27- uses : actions/setup-python@v3
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : ${{ env.PYTHON_VERSION }}
3030
Original file line number Diff line number Diff line change 22name : Test Integration
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v2#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 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
88 PYTHON_VERSION : " 3.9"
99
1010# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
8080 go-version : ${{ env.GO_VERSION }}
8181
8282 - name : Install Python
83- uses : actions/setup-python@v3
83+ uses : actions/setup-python@v4
8484 with :
8585 python-version : ${{ env.PYTHON_VERSION }}
8686
Original file line number Diff line number Diff line change 22name : Test Go
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v2#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 GO_VERSION : " 1.17"
77
88# 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