From 7049cf5b704cef7ae49b3562c7bd30e3346affd2 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 23 Sep 2024 09:17:48 +0100 Subject: [PATCH] Update some outdated actions --- .github/workflows/helm-chart-ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}