Skip to content

Commit 505f23e

Browse files
committed
ci: upgrade actions to latest version
Signed-off-by: Zach Zhu <[email protected]>
1 parent a8f6b25 commit 505f23e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Helm
16-
uses: azure/setup-helm@v3
16+
uses: azure/setup-helm@v4
1717
with:
1818
version: v3.12.0
1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.9
2323
check-latest: true

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: Git config
1919
run: |
2020
git config user.name "$GITHUB_ACTOR"
2121
git config user.email "[email protected]"
2222
- name: Install Helm
23-
uses: azure/setup-helm@v3
23+
uses: azure/setup-helm@v4
2424
with:
2525
version: v3.12.0
2626
- name: Run chart-releaser

0 commit comments

Comments
 (0)