File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout
29
29
uses : actions/checkout@v4
30
30
- name : Setup Python 3.9
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ${{env.pythonversion}}
34
34
# ----------------------------------------------
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Checkout
101
101
uses : actions/checkout@v4
102
102
- name : Setup Python ${{ matrix.pyver }}
103
- uses : actions/setup-python@v5
103
+ uses : actions/setup-python@v6
104
104
with :
105
105
python-version : ${{ matrix.pyver }}
106
106
# ----------------------------------------------
Original file line number Diff line number Diff line change 27
27
value : " ${{ steps.get_version.outputs.VERSION }}"
28
28
29
29
- name : Set up Python 3.9
30
- uses : actions/setup-python@v5
30
+ uses : actions/setup-python@v6
31
31
with :
32
32
python-version : 3.9
33
33
Original file line number Diff line number Diff line change 8
8
- name : Checkout
9
9
uses : actions/checkout@v4
10
10
- name : Check Spelling
11
- uses : rojopolis/spellcheck-github-actions@0.48 .0
11
+ uses : rojopolis/spellcheck-github-actions@0.52 .0
12
12
with :
13
13
config_path : .github/spellcheck-settings.yml
14
14
task_name : Markdown
You can’t perform that action at this time.
0 commit comments