[workflows] update 'checkout' & 'setup-python' versions

This commit is contained in:
Mike Fährmann
2025-09-11 11:59:09 +02:00
parent bcf4d579b0
commit f5cd1fc884
4 changed files with 6 additions and 6 deletions

View File

@@ -37,10 +37,10 @@ jobs:
python-packages: "toml"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}