Skip to content

Commit a59d641

Browse files
committed
ci: update actions/setup-java@v2 to actions/setup-java@v4 in vab_ci.yml
1 parent 4991fc7 commit a59d641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vab_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
env:
1818
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
1919
steps:
20-
- uses: actions/setup-java@v2
20+
- uses: actions/setup-java@v4
2121
with:
22-
distribution: 'adopt'
22+
distribution: 'temurin'
2323
java-version: 11
2424

2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)