Skip to content

Commit

Permalink
Merge pull request #201 from miraisolutions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-java-4
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
2 parents a679fab + c956ddc commit 70f0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: echo 'RSPM=https://cloud.r-project.org' >> $GITHUB_ENV

- name: Setup java (x64)
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.config.java }}
Expand Down

0 comments on commit 70f0f45

Please sign in to comment.