Upgrade deprecated GitHub Actions in the CI workflow
This commit is contained in:
parent
6b31946fc7
commit
5276bd69ad
6
.github/workflows/pulsar-helm-chart-ci.yaml
vendored
6
.github/workflows/pulsar-helm-chart-ci.yaml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
|
||||
steps:
|
||||
- name: Set up Go 1.12
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.12
|
||||
id: go
|
||||
@ -105,13 +105,13 @@ jobs:
|
||||
|
||||
- name: Set up Helm
|
||||
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
|
||||
uses: azure/setup-helm@v3
|
||||
uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: v3.14.4
|
||||
|
||||
- name: Set up Python
|
||||
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user