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