Skip to content

Commit a726277

Browse files
authored
Merge pull request #4584 from OSGeo/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 6ef4961 + c8aee6a commit a726277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ jobs:
9696
runs-on: ubuntu-24.04
9797
steps:
9898
- uses: actions/checkout@v5
99-
- uses: actions/setup-python@v5
99+
- uses: actions/setup-python@v6
100100
- uses: pre-commit/[email protected]

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/checkout@v5
3939

40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.x"
4343
- run: pip install pyyaml

0 commit comments

Comments
 (0)