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 1818 env :
1919 HELM_CACHE_HOME : /tmp/helm-cache/
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
23- - uses : jdx/mise-action@v2
23+ - uses : jdx/mise-action@v3
2424
2525 - uses : actions/cache@v4
2626 with :
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 fetch-depth : 0
4343
4646 git config user.name "$GITHUB_ACTOR"
4747 git config user.email "[email protected] " 4848
49- - uses : jdx/mise-action@v2
49+ - uses : jdx/mise-action@v3
5050
5151 - name : Run chart-releaser
5252
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 fetch-depth : 0
4343 token : ${{ secrets.GITHUB_TOKEN }}
5050 git config tag.gpgsign false
5151
5252 - name : Setup mise
53- uses : jdx/mise-action@v2
53+ uses : jdx/mise-action@v3
5454
5555 - name : Display release information
5656 run : |
Original file line number Diff line number Diff line change 1818 examples : ${{ steps.set-matrix.outputs.examples }}
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Find all examples and create matrix
2424 id : set-matrix
@@ -42,10 +42,10 @@ jobs:
4242
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646
4747 - name : Set up Helm
48- uses : azure/setup-helm@v3
48+ uses : azure/setup-helm@v4
4949 with :
5050 version : ' latest'
5151
@@ -120,22 +120,22 @@ jobs:
120120
121121 steps :
122122 - name : Checkout code
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124
125125 - name : Set up Helm
126- uses : azure/setup-helm@v3
126+ uses : azure/setup-helm@v4
127127 with :
128128 version : ' latest'
129129
130130 # Create a kind cluster for actual deployment testing
131131 - name : Create kind cluster
132- uses : helm/kind-action@v1.8 .0
132+ uses : helm/kind-action@v1.12 .0
133133 with :
134134 cluster_name : ggscout-test
135135 wait : 120s
136136
137137 - name : Install kubectl
138- uses : azure/setup-kubectl@v3
138+ uses : azure/setup-kubectl@v4
139139 with :
140140 version : ' latest'
141141
You can’t perform that action at this time.
0 commit comments