Skip to content

Commit 7875cc2

Browse files
Bump actions/setup-python from 5 to 6 (#816)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6faffae commit 7875cc2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Setup python to build package
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.12'
2020
- name: Install build

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
@@ -56,7 +56,7 @@ jobs:
5656
sudo apt-get update
5757
sudo apt-get install binutils libproj-dev gdal-bin
5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install dependencies
@@ -82,7 +82,7 @@ jobs:
8282
sudo apt-get update
8383
sudo apt-get install binutils libproj-dev gdal-bin
8484
- name: Set up Python ${{ matrix.python-version }}
85-
uses: actions/setup-python@v5
85+
uses: actions/setup-python@v6
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
- name: Install dependencies
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v5
100100
with:
101101
fetch-tags: true
102-
- uses: actions/setup-python@v5
102+
- uses: actions/setup-python@v6
103103
with:
104104
python-version: '3.13'
105105
- name: Install dependencies

0 commit comments

Comments
 (0)