Skip to content

Commit

Permalink
Bump actions version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmaurice committed May 20, 2024
1 parent 967f88c commit 660a5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.0
uses: helm/chart-testing-action@v2

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 660a5c7

Please sign in to comment.