Skip to content

Commit 2570285

Browse files
authored
Merge pull request #173 from stac-utils/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 67f5f03 + 01f4ffa commit 2570285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

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

5959
# Setup Python (faster than using Python container)
6060
- name: Setup Python
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Lint code

0 commit comments

Comments
 (0)