Skip to content

Commit e321ec8

Browse files
committed
ci: update build.yml
1 parent 1b08e7c commit e321ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: validate gradle wrapper
2323
uses: gradle/actions/wrapper-validation@v4
2424
- name: setup jdk ${{ matrix.java }}
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
java-version: ${{ matrix.java }}
2828
distribution: 'adopt'

0 commit comments

Comments
 (0)