Skip to content

Commit

Permalink
Bump neuro-inc/reuse from 0.0.31 to 0.0.32 (#2149)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 95b424f commit 07da035
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 @@ -49,15 +49,15 @@ jobs:
name: Create release
needs: test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: neuro-inc/reuse/.github/workflows/[email protected].31
uses: neuro-inc/reuse/.github/workflows/[email protected].32
with:
image: platformapi
helm_charts: platform-api platform-api-poller

deploy_dev:
name: Deploy on dev
needs: release
uses: neuro-inc/reuse/.github/workflows/[email protected].31
uses: neuro-inc/reuse/.github/workflows/[email protected].32
with:
helm_charts: platform-api platform-api-poller
version: ${{ needs.release.outputs.version }}

0 comments on commit 07da035

Please sign in to comment.