Skip to content

Commit 3c4ca52

Browse files
authored
Merge pull request #37 from planetlabs/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9cb4877 + d4913fe commit 3c4ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
validate:
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- run: brew install planetlabs/tap/go-stac
1717
- run: stac validate --entry ./stac/catalog.json

0 commit comments

Comments
 (0)