Skip to content

Commit bad91ec

Browse files
committed
Update checkout action.
1 parent a66aa62 commit bad91ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# we first have to clone the AddOn project, this is a required step
3131
- name: Clone project
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # gets git history for changelogs
3535

0 commit comments

Comments
 (0)