Skip to content

Commit 37f17cf

Browse files
authored
Merge pull request #831 from OSGeo/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 627a351 + c93b6b8 commit 37f17cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo cpanm Text::SimpleTable::AutoWidth
2626
2727
- name: Setup Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: '3.x'
3131

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Install python
6565
if: env.PROCESS == 'true'
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v5
6767
with:
6868
python-version: '3.x'
6969

.github/workflows/locale-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo cpanm Text::SimpleTable::AutoWidth
3535
3636
- name: Setup Python
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: '3.x'
4040

0 commit comments

Comments
 (0)