From e8107005697a0cc767d318d8486287c8e14a3c9a Mon Sep 17 00:00:00 2001 From: Jayden Pyles Date: Wed, 4 Jun 2025 17:58:49 -0500 Subject: [PATCH] chore: remove deprecated output version --- .github/workflows/version.yml | 2 +- helm/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 8e95a9d..a9522d2 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -43,7 +43,7 @@ jobs: VERSION=$(./scripts/version.sh "$VERSION_TYPE") echo "VERSION=$VERSION" >> $GITHUB_ENV echo "Version is $VERSION" - echo "::set-output name=version::$VERSION" + echo "version=$VERSION" >> $GITHUB_OUTPUT env: VERSION_TYPE: ${{ env.VERSION_TYPE }} diff --git a/helm/Chart.yaml b/helm/Chart.yaml index cad8ea8..5c545c8 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.1 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to