Skip to content

Commit 609e5f4

Browse files
committed
fix: update github actions
Signed-off-by: Zikani Nyirenda Mwase <zikani.nmwase@ymail.com>
1 parent 485aa86 commit 609e5f4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
15+
- uses: actions/checkout@v5
1716
- name: Setup JDK 11
18-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@v5
1918
with:
20-
distribution: 'temurin'
19+
distribution: 'zulu'
2120
java-version: '11'
2221
cache: 'gradle'
2322

0 commit comments

Comments
 (0)