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.
2 parents 6b658ae + fd77a8c commit bf52173Copy full SHA for bf52173
2 files changed
.github/workflows/build-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v5
14
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
15
with:
16
distribution: temurin
17
java-version: 8
.github/workflows/rl-secure.yml
@@ -37,7 +37,7 @@ jobs:
37
fetch-depth: 0
38
39
- name: Set up Java
40
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
41
42
43
java-version: ${{ inputs.java-version }}
0 commit comments