Skip to content

Commit 97ffc0a

Browse files
authored
Merge pull request #16 from cnabio/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents f563986 + 6f4b254 commit 97ffc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v6
1010
- name: Set up Go
1111
uses: actions/setup-go@v3
1212
with:

0 commit comments

Comments
 (0)