From 11d42b5912dcc14c0fd0b0fc4b48f88e3f75e55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:56:42 +0000 Subject: [PATCH] Bump coursier/setup-action from 1.1.2 to 1.3.3 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.1.2 to 1.3.3. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.1.2...v1.3.3) --- 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..5f29641 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.3 with: jvm: adopt:8 - run: |