Skip to content

Commit

Permalink
chore(workflows): update actions/checkout to v4.2.2 and actions/setup…
Browse files Browse the repository at this point in the history
…-python to v5.3.0
  • Loading branch information
samaroon committed Nov 10, 2024
1 parent 4823230 commit 4bea138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

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

- uses: actions/setup-python@v5.2.0

- name: Setup Python
uses: actions/setup-python@v5.3.0
with:
python-version: 3.7

Expand Down

0 comments on commit 4bea138

Please sign in to comment.