File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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@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 : 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@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
You can’t perform that action at this time.
0 commit comments