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 2828 - name : Checkout
2929 uses : actions/checkout@v5
3030 - name : Setup Python 3.9
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{env.pythonversion}}
3434 # ----------------------------------------------
@@ -100,7 +100,7 @@ jobs:
100100 - name : Checkout
101101 uses : actions/checkout@v5
102102 - name : Setup Python ${{ matrix.pyver }}
103- uses : actions/setup-python@v5
103+ uses : actions/setup-python@v6
104104 with :
105105 python-version : ${{ matrix.pyver }}
106106 # ----------------------------------------------
Original file line number Diff line number Diff line change 2727 value : " ${{ steps.get_version.outputs.VERSION }}"
2828
2929 - name : Set up Python 3.9
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.9
3333
Original file line number Diff line number Diff line change 88 - name : Checkout
99 uses : actions/checkout@v5
1010 - name : Check Spelling
11- uses : rojopolis/spellcheck-github-actions@0.48 .0
11+ uses : rojopolis/spellcheck-github-actions@0.52 .0
1212 with :
1313 config_path : .github/spellcheck-settings.yml
1414 task_name : Markdown
You can’t perform that action at this time.
0 commit comments