File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ concurrency:
1717
1818env :
1919 # renovate: datasource=github-releases depName=helm/helm
20- HELM_VERSION : v3.19.1
20+ HELM_VERSION : v3.19.2
2121 # renovate: datasource=github-releases depName=kubernetes-sigs/kind
2222 KIND_VERSION : v0.30.0
2323 KIND_CONFIG : .github/kind-config.yaml
2424 # renovate: datasource=github-releases depName=cilium/cilium
25- CILIUM_VERSION : v1.18.3
25+ CILIUM_VERSION : v1.18.4
2626 CILIUM_VALUES : .github/cilium-values.yaml
2727
2828jobs :
3131 timeout-minutes : 20
3232 steps :
3333 - name : Checkout the repository
34- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535 - name : Setup go
3636 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3737 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 - name : Generate artifacts
1919 run : make release
2020 - name : Create Release
Original file line number Diff line number Diff line change 1919 unit-test :
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424 with :
2525 go-version-file : ' go.mod'
You can’t perform that action at this time.
0 commit comments