update actions

pull/164/head
samdulam 2025-02-27 11:25:55 +05:30 committed by GitHub
parent 5adb77fc6a
commit 36d10081c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -19,10 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4.2.0
with:
version: ${{ env.HELM_VERSION }}
@ -43,7 +45,7 @@ jobs:
--enable-optional-test container-security-context-privileged
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.13.1