Skip to content

Commit

Permalink
Changed: CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrintazzoli committed Aug 19, 2024
1 parent ef2622f commit eed159a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Run helm-docs
Expand All @@ -29,15 +29,15 @@ jobs:
- v1.30.0
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].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
Expand Down

0 comments on commit eed159a

Please sign in to comment.