From f1608f8473c712d4c6024083189cbdd19003dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:07:06 +0000 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.4 to 1.3.5 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 e67159c4753..56af9bf41d1 100644 --- a/.github/workflows/sourcegraph.yml +++ b/.github/workflows/sourcegraph.yml @@ -18,7 +18,7 @@ jobs: name: "Upload SCIP" steps: - uses: actions/checkout@v4 - - uses: coursier/setup-action@v1.3.4 + - uses: coursier/setup-action@v1.3.5 - run: cs launch --contrib scip-java -- index - name: src scip upload run: |