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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-01 21:13:28 +01:00 committed by GitHub
parent a78ac2519a
commit 88dbc287b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'