Merge pull request #286 from loot/dependabot/github_actions/actions/setup-python-7

Bump actions/setup-python from 6 to 7
This commit is contained in:
Oliver Hamlet
2026-07-24 08:54:45 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'
@@ -331,7 +331,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'
architecture: ${{ matrix.target.architecture }}
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
-B build
cmake --build build --parallel --config ${{ env.CMAKE_CONFIG }}
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'