We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bce115 commit 4119ac7Copy full SHA for 4119ac7
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Check out current repository
58
- name: Fetch Sources
59
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v3.6.0
60
with:
61
submodules: true
62
@@ -192,7 +192,7 @@ jobs:
192
193
194
195
196
197
# Remove old release drafts by using the curl request for the available releases with a draft flag
198
- name: Remove Old Release Drafts
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
ref: ${{ github.event.release.tag_name }}
26
0 commit comments