diff --git a/.github/workflows/helm-chart-ci-cd.yml b/.github/workflows/helm-chart-ci-cd.yml index 9e2d2d4..9c0d5c7 100644 --- a/.github/workflows/helm-chart-ci-cd.yml +++ b/.github/workflows/helm-chart-ci-cd.yml @@ -65,10 +65,10 @@ jobs: if: github.event_name == 'release' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4.2.0 with: version: v3.11.1 @@ -85,14 +85,14 @@ jobs: helm package ${{ env.CHART_PATH }} - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: charts_dir: charts - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}