We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a2173 commit 804ca20Copy full SHA for 804ca20
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- uses: actions/checkout@v4
31
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
32
with:
33
distribution: 'temurin'
34
java-version: '17'
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments