mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Upgrade GitHub Actions to checkout@v6 and setup-python@v6
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
9e1d7a5239
commit
11eec19e7d
4
.github/workflows/mikrotik_patch_6.yml
vendored
4
.github/workflows/mikrotik_patch_6.yml
vendored
@ -98,10 +98,10 @@ jobs:
|
|||||||
RELEASE: ${{ needs.Set_Variables.outputs.RELEASE }}
|
RELEASE: ${{ needs.Set_Variables.outputs.RELEASE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user