We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f45649 commit c3cefeeCopy full SHA for c3cefee
.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@v4.7.0
+ - uses: actions/setup-java@v4.7.1
18
with:
19
distribution: 'temurin'
20
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
13
fetch-depth: 0
java-version: 11
0 commit comments