Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6427d1 commit 0334b45Copy full SHA for 0334b45
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Check out current repository
37
- name: Fetch Sources
38
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
39
40
# Validate wrapper
41
- name: Gradle Wrapper Validation
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
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