Skip to content

Commit 368919e

Browse files
authored
Merge pull request #379 from pengrad/pengrad-patch-1
Update pr.yml
2 parents fb1fcef + bf0446c commit 368919e

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)