Skip to content

Commit

Permalink
Upgrade deprecated GitHub Actions in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 27, 2024
1 parent 6b31946 commit 5276bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pulsar-helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 5276bd6

Please sign in to comment.