mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Merge pull request #253 from MustardChef/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
This commit is contained in:
commit
efc3c3e3b6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Python 🏭
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
check-latest: true
|
||||
python-version: '3.x'
|
||||
|
2
.github/workflows/buildarm64.yml
vendored
2
.github/workflows/buildarm64.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Python 🏭
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
check-latest: true
|
||||
python-version: '3.x'
|
||||
|
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
@ -184,7 +184,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user