Skip to content

Commit

Permalink
update all these also
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jul 9, 2024
1 parent a080dc2 commit 452d662
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.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 Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[stable\/+.+].*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
image: jnorwood/helm-docs:v1.11.0
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Check all charts README.md
run: sh ci/helm-docs.sh
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Run lint
uses: avto-dev/markdown-lint@v1.5.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: alpine/helm:3.9.3
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Install git
run: apk add --no-cache git
- name: Install Helm Push plugin
Expand Down

0 comments on commit 452d662

Please sign in to comment.