We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e97265 commit 7088c0bCopy full SHA for 7088c0b
.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@v4
.github/workflows/push.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
- name: Copy maven settings
0 commit comments