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 6807d96 commit 408df42Copy full SHA for 408df42
.github/workflows/ci.yml
@@ -6,8 +6,8 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
10
- - uses: actions/setup-java@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-java@v4
11
with:
12
java-version: '8'
13
distribution: 'adopt'
.github/workflows/release.yml
@@ -8,10 +8,12 @@ jobs:
- uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
- name: Get tag
14
id: tag
15
run: echo "version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
16
17
18
19
0 commit comments