Skip to content

Commit

Permalink
Bump neuro-inc/reuse from 0.0.31 to 0.0.32
Browse files Browse the repository at this point in the history
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](neuro-inc/reuse@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 12, 2023
1 parent 073dbca commit 2baebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ 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: platformmonitoringapi
helm_charts: platform-monitoring

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-monitoring
version: ${{ needs.release.outputs.version }}

0 comments on commit 2baebf5

Please sign in to comment.