Skip to content

Commit 5533ce4

Browse files
committed
update used gh actions package versions
1 parent 575237d commit 5533ce4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4.0.0
1111
- name: Set up JDK 11
12-
uses: actions/setup-java@v2
12+
uses: actions/setup-java@v3.12.0
1313
with:
1414
java-version: '11'
1515
distribution: 'adopt'
1616
- name: Build with Ant
1717
run: ant -noinput -buildfile build.xml
18-

0 commit comments

Comments
 (0)