Skip to content

Commit

Permalink
Merge pull request #279 from VirtusLab/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
tgodzik committed Mar 18, 2024
2 parents ebb99c1 + b93901c commit c4154eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
Expand All @@ -30,7 +30,7 @@ jobs:
platform: ['jvm', 'js', 'native']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
Expand Down

0 comments on commit c4154eb

Please sign in to comment.