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 a50809c commit c618f65Copy full SHA for c618f65
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
token: ${{ secrets.SCB_BOT_USER_TOKEN }}
46
47
- name: Set up JDK 17
48
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
49
with:
50
java-version: 17
51
distribution: temurin
.github/workflows/snapshot.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
24
25
26
27
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
0 commit comments