Skip to content

Commit b2a618e

Browse files
author
Phil Varner
authored
Merge pull request #53 from stac-utils/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 9445a09 + 4cf1c15 commit b2a618e

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check out repository code
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Setup Python (faster than using Python container)
4444
- name: Setup Python

0 commit comments

Comments
 (0)