Skip to content

Commit

Permalink
[ci] update most actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Dec 12, 2023
1 parent 54c15c3 commit bce1495
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
Expand All @@ -29,8 +29,8 @@ jobs:
matrix:
language: [cpp, java, asm] #, jni, kotlin]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
Expand All @@ -51,10 +51,10 @@ jobs:
needs: [build, test_examples]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit bce1495

Please sign in to comment.