We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c1ad5 commit 927b86dCopy full SHA for 927b86d
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- java: 11
21
steps:
22
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
- - uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
+ - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
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