Skip to content

Commit 7dea43a

Browse files
author
Phil Varner
authored
Merge pull request #55 from stac-utils/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents 341052c + 125bdaf commit 7dea43a

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Setup Python (faster than using Python container)
4444
- name: Setup Python
45-
uses: actions/setup-python@v2
45+
uses: actions/setup-python@v3
4646
with:
4747
python-version: "3.8"
4848

0 commit comments

Comments
 (0)