1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Merge pull request #300 from venthur/dependabot/github_actions/actions/setup-python-6
Some checks failed
/ test (ubuntu-latest, 3.10) (push) Failing after 1m12s
/ mypy (push) Failing after 1m9s
/ test-release (push) Failing after 1m21s
/ test (ubuntu-latest, 3.11) (push) Failing after 1m14s
/ test (ubuntu-latest, 3.12) (push) Failing after 1m19s
/ test (ubuntu-latest, 3.13) (push) Failing after 1m24s
/ lint (push) Failing after 1m19s
/ test (macos-latest, 3.10) (push) Has been cancelled
/ test (macos-latest, 3.11) (push) Has been cancelled
/ test (macos-latest, 3.12) (push) Has been cancelled
/ test (macos-latest, 3.13) (push) Has been cancelled
/ test (windows-latest, 3.10) (push) Has been cancelled
/ test (windows-latest, 3.11) (push) Has been cancelled
/ test (windows-latest, 3.12) (push) Has been cancelled
/ test (windows-latest, 3.13) (push) Has been cancelled

Bump actions/setup-python from 5 to 6
This commit is contained in:
Bastian Venthur
2025-09-11 10:06:27 +02:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
@@ -35,7 +35,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.x" python-version: "3.x"
@@ -49,7 +49,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.x" python-version: "3.x"
@@ -64,7 +64,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.x" python-version: "3.x"