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