Skip to content

Commit

Permalink
updated lint-test.yaml to bump deprecated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayaggarwal committed Apr 10, 2024
1 parent d96d805 commit 86fa604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.11.2
uses: azure/setup-helm@v4
# with:
# version: v3.11.2

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9

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

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit 86fa604

Please sign in to comment.