-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fbrintazzoli
committed
Aug 19, 2024
1 parent
ef2622f
commit eed159a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|