Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 738710a

Browse files
committed
Update GH actions checkout and setup-java
1 parent 0439785 commit 738710a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

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

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK 17 and Maven Central Repository
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: '17'
1919
distribution: 'adopt'

0 commit comments

Comments
 (0)