Skip to content

Commit 45489b2

Browse files
committed
Update GitHub workflow actions
1 parent 5c9b0fb commit 45489b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
66
permissions:
77
checks: write
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
1212
- name: Set up JDK 17
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
java-version: 17
1616
distribution: corretto
1717
cache: gradle
1818
- name: Setup Gradle
19-
uses: gradle/gradle-build-action@v2
19+
uses: gradle/actions/setup-gradle@v4
2020
- name: Run build with Gradle Wrapper
2121
run: ./gradlew build
2222
- name: Test Report

0 commit comments

Comments
 (0)