Skip to content

Commit bf0446c

Browse files
authored
Update pr.yml
1 parent fb1fcef commit bf0446c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: '11'
1919
distribution: 'temurin'
2020
cache: 'gradle'
2121

2222
- name: Gradle PR Test
23-
run: ./gradlew clean check -PprTest
23+
run: ./gradlew clean check -PprTest

0 commit comments

Comments
 (0)