Skip to content

Commit b1e0973

Browse files
committed
Update workflow to checkout@v5
1 parent 317f9bc commit b1e0973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/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@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0 # gets git history for changelogs
3535

0 commit comments

Comments
 (0)