Skip to content

Commit

Permalink
build(deps): bump typelevel/download-java from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [typelevel/download-java](https://github.com/typelevel/download-java) from 1 to 2.
- [Release notes](https://github.com/typelevel/download-java/releases)
- [Commits](typelevel/download-java@v1...v2)

---
updated-dependencies:
- dependency-name: typelevel/download-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 01f8395 commit 64caa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Download Java (temurin@8)
id: download-java-temurin-8
if: matrix.java == 'temurin@8'
uses: typelevel/download-java@v1
uses: typelevel/download-java@v2
with:
distribution: temurin
java-version: 8
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Download Java (temurin@8)
id: download-java-temurin-8
if: matrix.java == 'temurin@8'
uses: typelevel/download-java@v1
uses: typelevel/download-java@v2
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 64caa4e

Please sign in to comment.