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 d37a211 + 5ea437d commit f031f47Copy full SHA for f031f47
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
if: github.event.pull_request.head.repo.fork == true
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/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
if: github.event.pull_request.head.repo.fork == false && !contains(github.event.head_commit.message, 'ci skip')
23
24
25
26
27
28
- name: Copy maven settings
0 commit comments