Skip to content

Commit 1033076

Browse files
authored
Merge pull request #110 from openimis/fix/github-actions-update
fix: update github actions
2 parents b905632 + 609e5f4 commit 1033076

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.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)