Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm/kind-action action to v1.11.0 #236

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 14 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

14:73 [comments] too few spaces before comment

- name: Install yamllint
run: pip install yamllint
Expand All @@ -24,7 +24,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 27 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

27:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand All @@ -41,7 +41,7 @@

- name: Create k8s Kind Cluster
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0

- name: Install kubectl
if: steps.changed-files-specific.outputs.any_changed == 'true'
Expand All @@ -64,7 +64,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 67 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

67:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 19 in .github/workflows/testing.yml

View workflow job for this annotation

GitHub Actions / lint

19:73 [comments] too few spaces before comment

- name: Install yamllint
run: pip install yamllint
Expand All @@ -29,7 +29,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Check warning on line 32 in .github/workflows/testing.yml

View workflow job for this annotation

GitHub Actions / lint

32:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand All @@ -48,7 +48,7 @@

- name: Create k8s Kind Cluster
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0

- name: Install kubectl
if: steps.changed-files-specific.outputs.any_changed == 'true'
Expand Down
Loading