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 df912f5 commit ece9d95Copy full SHA for ece9d95
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build with Java 21
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
- name: Login to GitHub Container Registry
15
uses: docker/login-action@v3
16
with:
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
- name: Set up JDK 21
17
uses: actions/setup-java@v4
18
0 commit comments