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 d6bec83 commit 409c7cbCopy full SHA for 409c7cb
.github/workflows/build-and-test.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
- name: Set up JDK
9
uses: actions/setup-java@v4
10
with:
.github/workflows/maven-deploy.yml
@@ -10,7 +10,7 @@ jobs:
contents: write
11
packages: write
12
13
14
15
16
0 commit comments