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 e87be43 commit 7cf0a3eCopy full SHA for 7cf0a3e
.github/workflows/merge-dependabot-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
show-progress: false
18
ref: ${{ github.event.pull_request.head.sha }}
19
20
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
21
with:
22
distribution: temurin
23
java-version: 17
.github/workflows/pr-build-workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up JDK ${{ matrix.jdk }}
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
0 commit comments