We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664b379 commit 8c73d92Copy full SHA for 8c73d92
3 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
packages: write
19
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- name: Set up JDK
23
uses: actions/setup-java@v5
24
with:
.github/workflows/jmh.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
15
16
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
- name: Set up JDK 17
17
0 commit comments