File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 18
18
env :
19
19
HELM_CACHE_HOME : /tmp/helm-cache/
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
- - uses : jdx/mise-action@v2
23
+ - uses : jdx/mise-action@v3
24
24
25
25
- uses : actions/cache@v4
26
26
with :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : 0
43
43
46
46
git config user.name "$GITHUB_ACTOR"
47
47
git config user.email "[email protected] "
48
48
49
- - uses : jdx/mise-action@v2
49
+ - uses : jdx/mise-action@v3
50
50
51
51
- name : Run chart-releaser
52
52
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : 0
43
43
token : ${{ secrets.GITHUB_TOKEN }}
50
50
git config tag.gpgsign false
51
51
52
52
- name : Setup mise
53
- uses : jdx/mise-action@v2
53
+ uses : jdx/mise-action@v3
54
54
55
55
- name : Display release information
56
56
run : |
Original file line number Diff line number Diff line change 18
18
examples : ${{ steps.set-matrix.outputs.examples }}
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Find all examples and create matrix
24
24
id : set-matrix
@@ -42,10 +42,10 @@ jobs:
42
42
43
43
steps :
44
44
- name : Checkout code
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
47
47
- name : Set up Helm
48
- uses : azure/setup-helm@v3
48
+ uses : azure/setup-helm@v4
49
49
with :
50
50
version : ' latest'
51
51
@@ -120,22 +120,22 @@ jobs:
120
120
121
121
steps :
122
122
- name : Checkout code
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
125
125
- name : Set up Helm
126
- uses : azure/setup-helm@v3
126
+ uses : azure/setup-helm@v4
127
127
with :
128
128
version : ' latest'
129
129
130
130
# Create a kind cluster for actual deployment testing
131
131
- name : Create kind cluster
132
- uses : helm/kind-action@v1.8 .0
132
+ uses : helm/kind-action@v1.12 .0
133
133
with :
134
134
cluster_name : ggscout-test
135
135
wait : 120s
136
136
137
137
- name : Install kubectl
138
- uses : azure/setup-kubectl@v3
138
+ uses : azure/setup-kubectl@v4
139
139
with :
140
140
version : ' latest'
141
141
You can’t perform that action at this time.
0 commit comments