From 1ed5cf123919c51b4430afdde2653fa477e01583 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 13 Dec 2022 12:17:54 +0100 Subject: [PATCH] Bump actions to latest version Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 49c83ff..80fa796 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Verify Docs updated run: .github/scripts/helm-docs.sh @@ -34,12 +34,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: version: ${{ env.HELM_VERSION }} @@ -90,12 +90,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: version: ${{ env.HELM_VERSION }}