From af2fe782c9bf9f7cae42e283501b6ee72eb8efb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:25:27 +0000 Subject: [PATCH] chore(deps): Bump coursier/setup-action from 1.3.0 to 1.3.4 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.0 to 1.3.4. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.0...v1.3.4) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fossa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 3036720f6eb..cf7325b30df 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -31,7 +31,7 @@ jobs: uses: coursier/cache-action@v6.4.0 - name: Set up JDK 17 - uses: coursier/setup-action@v1.3.0 + uses: coursier/setup-action@v1.3.4 with: jvm: temurin:1.17