Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 170a483 commit e4cd2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/checkout@v1
uses: actions/checkout@v3
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@main
with:
Expand All @@ -23,7 +23,7 @@ jobs:
needs: lint-chart
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Run helm-docs
run: .github/helm-docs.sh

Expand All @@ -43,7 +43,7 @@ jobs:
- v1.27.0
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Run kubeval
env:
KUBERNETES_VERSION: ${{ matrix.k8s }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit e4cd2bb

Please sign in to comment.