File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up Helm
16
- uses : azure/setup-helm@v3
16
+ uses : azure/setup-helm@v4
17
17
with :
18
18
version : v3.12.0
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3.9
23
23
check-latest : true
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Git config
19
19
run : |
20
20
git config user.name "$GITHUB_ACTOR"
21
21
git config user.email "[email protected] "
22
22
- name : Install Helm
23
- uses : azure/setup-helm@v3
23
+ uses : azure/setup-helm@v4
24
24
with :
25
25
version : v3.12.0
26
26
- name : Run chart-releaser
You can’t perform that action at this time.
0 commit comments