update to node20 actions

This commit is contained in:
scito
2024-06-09 09:22:33 +02:00
committed by Roland Kurmann
parent 0ae5f296e8
commit 9fd3333a3a
2 changed files with 3 additions and 3 deletions

View File

@@ -27,9 +27,9 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
check-latest: ${{ github.event_name == 'schedule' }}

View File

@@ -272,7 +272,7 @@ jobs:
# TODO use variable for Python version
run: echo "macos_python_path=/Library/Frameworks/Python.framework/Versions/3.12" >> $GITHUB_ENV
- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
check-latest: true