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.
2 parents 1ec2a7b + c849706 commit a2a4a66Copy full SHA for a2a4a66
.github/workflows/pr.yml
@@ -8,7 +8,7 @@ jobs:
8
if: "!contains(github.event.head_commit.message, 'ci skip')"
9
runs-on: ubuntu-24.04
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
- uses: actions/setup-java@v5
.github/workflows/push.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
- name: Copy maven settings
0 commit comments