Skip to content

Commit 3a4e809

Browse files
actions/setup-java@v3
1 parent 8cb1c87 commit 3a4e809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Use java ${{ matrix.java-version }}
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v3
2020
with:
2121
java-version: 17
2222
distribution: 'adopt'
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test code
2828
run: mvn exec:exec@run-the-tests -Dexec.classpathScope=test
2929
env:
30-
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
30+
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}

0 commit comments

Comments
 (0)