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 7bbfd07 commit a5484b3Copy full SHA for a5484b3
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 100
17
- name: Fetch tags
18
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
19
- - uses: actions/setup-java@v4.6.0
+ - uses: actions/setup-java@v4.7.0
20
with:
21
distribution: 'temurin'
22
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
java-version: '8'
0 commit comments