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 2f3f40f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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

Expand Down

0 comments on commit 2f3f40f

Please sign in to comment.