We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd03be commit 94d4561Copy full SHA for 94d4561
.github/workflows/auto-build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@master
23
24
- name: Setting up Java
25
- uses: actions/setup-java@v3.4.1
+ uses: actions/setup-java@v3.5.0
26
with:
27
distribution: 'temurin'
28
java-version: '17'
0 commit comments