From 423c300de3e79665d7e7e48472e7968d210f268e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:30:04 +0000 Subject: [PATCH] build(deps): bump coursier/setup-action from 1.3.3 to 1.3.4 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v1.3.3...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/sourcegraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sourcegraph.yml b/.github/workflows/sourcegraph.yml index e6f4dacb4ad..99aa5237db1 100644 --- a/.github/workflows/sourcegraph.yml +++ b/.github/workflows/sourcegraph.yml @@ -18,7 +18,7 @@ jobs: name: "Upload SCIP" steps: - uses: actions/checkout@v3 - - uses: coursier/setup-action@v1.3.3 + - uses: coursier/setup-action@v1.3.4 - run: cs launch --contrib scip-java -- index - name: src scip upload run: |