diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22c4140..194ad19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - name: Run helm-docs @@ -29,15 +29,15 @@ jobs: - v1.30.0 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.10.0 with: node_image: kindest/node:${{ matrix.k8s }} - name: Set up chart-testing - uses: helm/chart-testing-action@v2.5.0 + uses: helm/chart-testing-action@v2.6.1 with: version: v3.8.0 - name: Add bitnami repo