From 6c9c0fc8fb387e45cc9465186013573a988d7e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 03:31:34 +0000 Subject: [PATCH] Bump neuro-inc/reuse from 0.0.31 to 0.0.32 Bumps [neuro-inc/reuse](https://github.com/neuro-inc/reuse) from 0.0.31 to 0.0.32. - [Release notes](https://github.com/neuro-inc/reuse/releases) - [Commits](https://github.com/neuro-inc/reuse/compare/v0.0.31...v0.0.32) --- updated-dependencies: - dependency-name: neuro-inc/reuse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b96183..5a5fa3c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: name: Create release needs: test if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.31 + uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.32 with: image: platformdiskapi helm_charts: platform-disks @@ -96,7 +96,7 @@ jobs: deploy_dev: name: Deploy on dev needs: release - uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.31 + uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.32 with: helm_charts: platform-disks version: ${{ needs.release.outputs.version }}