Bump `actions/setup-python` to `v5` (#8419)

This commit is contained in:
John Bampton 2024-02-05 18:58:55 +10:00 committed by GitHub
parent d8b4be6cef
commit 48410d0d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
cache: maven
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'

View File

@ -211,7 +211,7 @@ jobs:
cache: maven
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'