Skip to content

Commit 5e2d96a

Browse files
committed
workflows: Update actions dependencies
Signed-off-by: peternmuller <pm563838@gmail.com>
1 parent c76dd73 commit 5e2d96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
permissions: write-all
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/setup-java@v4
17+
- uses: actions/setup-java@v5
1818
with:
1919
distribution: "zulu"
2020
java-version: "17"
2121

2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
submodules: true
@@ -100,7 +100,7 @@ jobs:
100100
101101
find . -name "*-update.json" | grep . || : >dummy-update.json
102102
103-
- uses: stefanzweifel/git-auto-commit-action@v5
103+
- uses: stefanzweifel/git-auto-commit-action@v7
104104
with:
105105
branch: update
106106
skip_checkout: true

0 commit comments

Comments
 (0)