Skip to content

Commit ab12a2b

Browse files
Merge pull request #233 from developmentseed/dependabot/github_actions/all-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the all group
2 parents b9aff72 + 5f3d066 commit ab12a2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v5
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v5
6767
- name: Set up Python
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ env.LATEST_PY_VERSION }}
7171

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@v5
104104
- name: Set up Python
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: ${{ env.LATEST_PY_VERSION }}
108108

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: 3.11
2727

0 commit comments

Comments
 (0)