Skip to content

Commit 0add397

Browse files
authored
use newer GitHub Actions versions (#606)
1 parent c37bbf7 commit 0add397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
CI_MODE: ${{matrix.mode}}
5656
CI_PLATFORM: ${{matrix.platform}}
5757
steps:
58-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3
5959
with:
6060
fetch-depth: 0
6161
- uses: coursier/cache-action@v6
62-
- uses: actions/setup-java@v2
62+
- uses: actions/setup-java@v3
6363
with:
6464
distribution: temurin
6565
java-version: ${{matrix.java}}

0 commit comments

Comments
 (0)