From 4507e2cf1335f8ac3f1bae6b5722629b558c323b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:56:01 +0200 Subject: [PATCH] Bump viash-io/viash-actions from 5 to 6 (#24) Bumps [viash-io/viash-actions](https://github.com/viash-io/viash-actions) from 5 to 6. - [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/v5...v6) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5337ef6..0d11ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: viash-io/viash-actions/setup@v5 + - uses: viash-io/viash-actions/setup@v6 - name: Viash ns test run: | viash ns test -s tests/integration/ -p docker --memory 1GB