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 bbc7a8f commit 3b800b7Copy full SHA for 3b800b7
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: macos-latest
18
name: Validate PR
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
22
- name: Set up JDK 21
23
uses: actions/setup-java@v5
.github/workflows/gradle-publish.yml
@@ -21,7 +21,7 @@ jobs:
packages: write
24
25
26
27
with:
0 commit comments