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 6009b51 commit 53f9109Copy full SHA for 53f9109
.github/workflows/checks.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout Repository
22
uses: actions/checkout@v5
23
- name: Set up Java 17
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: '17'
27
distribution: 'temurin'
.github/workflows/deploy.yml
0 commit comments