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 2fd39d0 commit 6ed0264Copy full SHA for 6ed0264
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 100
15
- name: Fetch tags
16
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
17
- - uses: actions/setup-java@v5.0.0
+ - uses: actions/setup-java@v5.1.0
18
with:
19
distribution: 'temurin'
20
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12
13
fetch-depth: 0
java-version: 11
0 commit comments