Skip to content

Commit 7229151

Browse files
Bump actions/setup-python from 4 to 5 (#1860)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python 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 e1184c7 commit 7229151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get update
5959
sudo apt-get install binutils libproj-dev gdal-bin
6060
- name: Set up Python ${{ matrix.python-version }}
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Install dependencies
@@ -84,7 +84,7 @@ jobs:
8484
sudo apt-get update
8585
sudo apt-get install binutils libproj-dev gdal-bin
8686
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@v4
87+
uses: actions/setup-python@v5
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090
- name: Install dependencies
@@ -113,7 +113,7 @@ jobs:
113113
sudo apt-get update
114114
sudo apt-get install binutils libproj-dev gdal-bin
115115
- name: Set up Python ${{ matrix.python-version }}
116-
uses: actions/setup-python@v4
116+
uses: actions/setup-python@v5
117117
with:
118118
python-version: ${{ matrix.python-version }}
119119
- name: Install dependencies

0 commit comments

Comments
 (0)