Skip to content

Commit 1fb5f4b

Browse files
authored
Merge pull request #516 from zipmark/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4 [ci skip]
2 parents 6b721af + 115605a commit 1fb5f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Checkout Code"
43-
uses: "actions/checkout@v2"
43+
uses: "actions/checkout@v4"
4444
timeout-minutes: 5
4545
with:
4646
fetch-depth: 0

0 commit comments

Comments
 (0)