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 871e91c commit 65aa6b6Copy full SHA for 65aa6b6
3 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
21
- name: Build and run tests
22
uses: actions/setup-java@v5
23
with:
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Checkout code
12
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
13
14
- name: Set up JDK
15
.github/workflows/publish_maven.yml
@@ -19,7 +19,7 @@ jobs:
contents: read
packages: write
- name: Set up Java for publishing to Maven Central Repository
24
25
0 commit comments