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 10c5e2f commit 8620e96Copy full SHA for 8620e96
.github/workflows/build.yml
@@ -134,7 +134,7 @@ jobs:
134
135
# Check out current repository
136
- name: Fetch Sources
137
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3.0.2
138
139
# Remove old release drafts by using the curl request for the available releases with draft flag
140
- name: Remove Old Release Drafts
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
with:
20
ref: ${{ github.event.release.tag_name }}
21
0 commit comments