Skip to content

Commit cd19e43

Browse files
Update actions/checkout action to v4
1 parent f5020f4 commit cd19e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubaction-comment-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
stack_changed: ${{ steps.filter.outputs.stack_changed }}
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0 # Important to fetch all history for branches
4646

0 commit comments

Comments
 (0)