diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46bc2ff5..43d01a65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,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.5.0 + uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.9.0 with: image: platform-reports helm_charts: platform-reports @@ -49,7 +49,7 @@ jobs: deploy_dev: name: Deploy on dev needs: release - uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.5.0 + uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.9.0 with: helm_charts: platform-reports version: ${{ needs.release.outputs.version }}