From e8ba867e0fb562335ac31adc6eee2c0ce3d3226f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:02:08 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.1.2 to 1.3.0 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.1.2 to 1.3.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.1.2...v1.3.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sourcegraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sourcegraph.yml b/.github/workflows/sourcegraph.yml index 6c6c626..c2ba3d9 100644 --- a/.github/workflows/sourcegraph.yml +++ b/.github/workflows/sourcegraph.yml @@ -10,7 +10,7 @@ jobs: name: "Upload LSIF" steps: - uses: actions/checkout@v2 - - uses: coursier/setup-action@v1.1.2 + - uses: coursier/setup-action@v1.3.0 with: jvm: adopt:8 - run: |