Skip to content

Commit a7c7fc6

Browse files
authored
Merge pull request #65 from ckipp01/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 768e89b + eba6eb2 commit a7c7fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: coursier/cache-action@v6
1616
- uses: coursier/[email protected]
1717
with:

0 commit comments

Comments
 (0)