mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-22 21:09:43 +00:00
workflow: Update actions/setup-python action to v5 (#190)
Some checks failed
Compile and verify functions / compile_verify (push) Has been cancelled
Copy headers to separate repo / copy_headers (push) Has been cancelled
lint / clang-format (push) Has been cancelled
lint / custom-lint (push) Has been cancelled
progress / publish_progress (push) Has been cancelled
testcompile / test_compile (push) Has been cancelled
Some checks failed
Compile and verify functions / compile_verify (push) Has been cancelled
Copy headers to separate repo / copy_headers (push) Has been cancelled
lint / clang-format (push) Has been cancelled
lint / custom-lint (push) Has been cancelled
progress / publish_progress (push) Has been cancelled
testcompile / test_compile (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a78ac2519a
commit
88dbc287b7
2
.github/workflows/compile-check.yml
vendored
2
.github/workflows/compile-check.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt update && sudo apt install -y python3-pip ninja-build cmake ccache xdelta3 clang libssl-dev python-is-python3 curl libncurses5
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
2
.github/workflows/progress.yml
vendored
2
.github/workflows/progress.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up dependencies
|
||||
run: sudo apt update && sudo apt install -y ninja-build cmake ccache clang curl libncurses5
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
2
.github/workflows/test-compile.yml
vendored
2
.github/workflows/test-compile.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Set up dependencies
|
||||
run: sudo apt update && sudo apt install -y ninja-build cmake ccache clang curl libncurses5
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
Loading…
Reference in New Issue
Block a user