Skip to content

Commit 03eb4d2

Browse files
authored
Merge pull request #108 from stac-utils/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents b8f7f72 + 79ff9dd commit 03eb4d2

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@v3
61+
uses: actions/setup-python@v4
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Lint code

0 commit comments

Comments
 (0)