We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbb9d3 commit a74c799Copy full SHA for a74c799
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- java: 11
21
steps:
22
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
- - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
+ - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
24
with:
25
java-version: ${{ matrix.java }}
26
distribution: temurin
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
fetch-depth: 0
13
14
15
java-version: 8
16
0 commit comments