From ec2e45ea6b4a841c78c928a069252b2808801dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:57:14 +0000 Subject: [PATCH] Bump neuro-inc/reuse from 24.9.0 to 24.10.0 Bumps [neuro-inc/reuse](https://github.com/neuro-inc/reuse) from 24.9.0 to 24.10.0. - [Release notes](https://github.com/neuro-inc/reuse/releases) - [Commits](https://github.com/neuro-inc/reuse/compare/v24.9.0...v24.10.0) --- updated-dependencies: - dependency-name: neuro-inc/reuse dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe20ab0d..c75c8c83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,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@v24.9.0 + uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.10.0 with: image: platformmonitoringapi helm_charts: platform-monitoring @@ -50,7 +50,7 @@ jobs: deploy_dev: name: Deploy on dev needs: release - uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.9.0 + uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.10.0 with: helm_charts: platform-monitoring version: ${{ needs.release.outputs.version }}