Skip to content

Commit

Permalink
ci: update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Oct 3, 2024
1 parent f238eda commit 9ca436c
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -22,7 +22,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Lint
run: helm lint charts/*
Expand Down

0 comments on commit 9ca436c

Please sign in to comment.