We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89000bb commit 17b7fc9Copy full SHA for 17b7fc9
1 file changed
.github/workflows/make-release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# we first have to clone the AddOn project, this is a required step
34
- name: Clone project
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
with:
37
fetch-depth: 0 # gets git history for changelogs
38
0 commit comments