From 6442f8cb936a5bc03c4fecac5b3c2652c9b922be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:34:16 +0200 Subject: [PATCH] Bump viash-io/viash-actions from 3 to 4 (#511) Bumps [viash-io/viash-actions](https://github.com/viash-io/viash-actions) from 3 to 4. - [Release notes](https://github.com/viash-io/viash-actions/releases) - [Changelog](https://github.com/viash-io/viash-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/viash-io/viash-actions/compare/v3...v4) --- updated-dependencies: - dependency-name: viash-io/viash-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sbt_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbt_test.yml b/.github/workflows/sbt_test.yml index 76b2f6dd8..9c532255f 100644 --- a/.github/workflows/sbt_test.yml +++ b/.github/workflows/sbt_test.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: viash-io/viash-actions/update-docker-engine@v3 + - uses: viash-io/viash-actions/update-docker-engine@v4 if: runner.os == 'Linux' - name: Set up Nextflow