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 9311222 commit deae054Copy full SHA for deae054
.github/workflows/build-pr.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Build and Test
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: actions/setup-java@v4
11
with:
12
distribution: 'zulu'
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
19
20
21
- name: Set up JDK
22
uses: actions/setup-java@v4
23
0 commit comments