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 fa94fcd commit 0a50ab7Copy full SHA for 0a50ab7
.github/workflows/build-and-test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- name: Set up JDK 11
25
uses: actions/setup-java@v4
26
with:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
13
14
15
16
17
18
0 commit comments