diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index e377fb3..528370b 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -27,7 +27,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 diff --git a/charts/ingress2acmebotreflector/Chart.yaml b/charts/ingress2acmebotreflector/Chart.yaml index dee4f2b..58dbb56 100644 --- a/charts/ingress2acmebotreflector/Chart.yaml +++ b/charts/ingress2acmebotreflector/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: 0.1.2 +version: 0.1.3 # 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