Skip to content

Commit ba507c1

Browse files
Update actions/checkout action to v4
1 parent 840fbe9 commit ba507c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

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

1313
steps:
1414
- name: Clone repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # A non-shallow repository clone is required
1818
- name: Run PackSquash

0 commit comments

Comments
 (0)