Skip to content

Commit

Permalink
fix setup-helm version references
Browse files Browse the repository at this point in the history
  • Loading branch information
willholley committed May 21, 2024
1 parent 4089a27 commit dd75d15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-helm
Submodule setup-helm updated 8281 files
2 changes: 1 addition & 1 deletion .github/workflows/chart-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
persist-credentials: false
ref: 'gh-pages'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install Helm
uses: ./.github/actions/setup-helm
with:
version: v3.10.0
version: v4.2.0

- name: Run chart-releaser
uses: ./.github/actions/chart-releaser-action
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up Helm
uses: ./.github/actions/setup-helm
with:
version: v3.10.0
version: v4.2.0

- name: Set up chart-testing
uses: ./.github/actions/chart-testing-action
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Helm
uses: ./.github/actions/setup-helm
with:
version: v3.10.0
version: v4.2.0

- name: Set up chart-testing
uses: ./.github/actions/chart-testing-action
Expand Down

0 comments on commit dd75d15

Please sign in to comment.