Skip to content

Commit 84914ce

Browse files
chore: update ci.yml github action to use newer actions
1 parent 53eca63 commit 84914ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up JDK
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: "17"
24-
distribution: "zulu"
24+
distribution: "temurin"
2525
cache: maven
2626

2727
- name: Decode Keystore

0 commit comments

Comments
 (0)