We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66aa62 commit bad91ecCopy full SHA for bad91ec
.github/workflows/make-release.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
# we first have to clone the AddOn project, this is a required step
31
- name: Clone project
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # gets git history for changelogs
35
0 commit comments