We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f1b6c + fa0569d commit a654328Copy full SHA for a654328
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: macOS-10.14
6
steps:
7
- name: "📥 Check-out"
8
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
9
- name: "🧰 Install JDK"
10
uses: actions/setup-java@v1
11
with:
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-18.04
15
16
17
18
- name: "🏷️ Get version tag"
19
id: get-version
20
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
0 commit comments