We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae32e53 + ca3a649 commit e471f8cCopy full SHA for e471f8c
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Set up JDK ${{ matrix.java-version }}
32
- uses: actions/setup-java@v4.7.0
+ uses: actions/setup-java@v4.7.1
33
with:
34
distribution: 'zulu'
35
java-version: ${{ matrix.java-version }}
.github/workflows/pullrequest.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
0 commit comments