This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 5276bd6 Upgrade deprecated GitHub Actions in the CI workflow
5276bd6 is described below
commit 5276bd69ad4b07a41b60b652b3ab60667d6ca8d6
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Sep 27 07:29:24 2024 +0300
Upgrade deprecated GitHub Actions in the CI workflow
---
.github/workflows/pulsar-helm-chart-ci.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pulsar-helm-chart-ci.yaml
b/.github/workflows/pulsar-helm-chart-ci.yaml
index 92d279b..1dd79b7 100644
--- a/.github/workflows/pulsar-helm-chart-ci.yaml
+++ b/.github/workflows/pulsar-helm-chart-ci.yaml
@@ -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'