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 a854663 commit a50809cCopy full SHA for a50809c
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "Releasing version ${{ github.event.inputs.customversion }}"
39
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
with:
43
fetch-depth: 0 # required by previous_tag
44
ref: ${{ github.head_ref }}
.github/workflows/snapshot.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
21
22
23
- name: Set up JDK 17
24
uses: actions/setup-java@v3
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
0 commit comments