From 47804f2b2fb338d0eb345543e321b70821f77496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:00:37 +0000 Subject: [PATCH] Bump typelevel/download-java from 1 to 2 Bumps [typelevel/download-java](https://github.com/typelevel/download-java) from 1 to 2. - [Release notes](https://github.com/typelevel/download-java/releases) - [Commits](https://github.com/typelevel/download-java/compare/v1...v2) --- updated-dependencies: - dependency-name: typelevel/download-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f22d0c0e..d45e2f45f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Download Java (temurin@11) id: download-java-temurin-11 if: matrix.java == 'temurin@11' - uses: typelevel/download-java@v1 + uses: typelevel/download-java@v2 with: distribution: temurin java-version: 11 @@ -129,7 +129,7 @@ jobs: - name: Download Java (temurin@11) id: download-java-temurin-11 if: matrix.java == 'temurin@11' - uses: typelevel/download-java@v1 + uses: typelevel/download-java@v2 with: distribution: temurin java-version: 11