Update actions/setup-python action to v6 (#368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d6fd1def64
commit
2e8efc3aea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- run: docker build --check .
|
- run: docker build --check .
|
||||||
|
|
||||||
# Set up Python 3.13
|
# Set up Python 3.13
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue