We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76dd73 commit 5e2d96aCopy full SHA for 5e2d96a
.github/workflows/build.yml
@@ -14,13 +14,13 @@ jobs:
14
permissions: write-all
15
runs-on: ubuntu-24.04
16
steps:
17
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
18
with:
19
distribution: "zulu"
20
java-version: "17"
21
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
25
fetch-depth: 0
26
submodules: true
@@ -100,7 +100,7 @@ jobs:
100
101
find . -name "*-update.json" | grep . || : >dummy-update.json
102
103
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v7
104
105
branch: update
106
skip_checkout: true
0 commit comments