diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 0ee81553..a10083cd 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,9 +16,6 @@ on: type: string default: master -env: - UPDATE_CLI_VERSION: v0.71.0 - jobs: bump-charts-dependencies: runs-on: ubuntu-latest @@ -40,9 +37,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Install Updatecli - uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0 - with: - version: ${{ env.UPDATE_CLI_VERSION }} + uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 - run: updatecli apply env: @@ -86,9 +81,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Install Updatecli - uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0 - with: - version: ${{ env.UPDATE_CLI_VERSION }} + uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 - name: Checkout updatecli configs uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1