File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 chmod -R 755 ~/.cache/go-build
7373
7474 - name : License cache
75- uses : actions/cache/restore@v4
75+ uses : actions/cache/restore@v5
7676 with :
7777 path : .licensei.cache
7878 key : ci-license-v1-${{ hashFiles('**/go.sum') }}
@@ -117,7 +117,7 @@ jobs:
117117 make test
118118
119119 - name : Save license cache
120- uses : actions/cache/save@v4
120+ uses : actions/cache/save@v5
121121 with :
122122 path : .licensei.cache
123123 key : ci-license-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 5050
5151 - name : Create Pull Request
5252 if : steps.check_changes.outputs.has_changes == 'true'
53- uses : peter-evans/create-pull-request@v7
53+ uses : peter-evans/create-pull-request@v8
5454 with :
5555 token : ${{ secrets.PAT }}
5656 commit-message : ' chore(deps): update Go dependencies'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const (
2525 ContourVersion = "0.2.0" // renovate: datasource=helm depName=contour registryUrl=https://projectcontour.github.io/helm-charts
2626
2727 // PrometheusOperatorVersion is the version of kube-prometheus-stack Helm chart
28- PrometheusOperatorVersion = "79.11.0 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "80.4.1 " // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
2929
3030 // ZookeeperOperatorVersion is the version of zookeeper-operator
3131 ZookeeperOperatorVersion = "0.2.15-adobe-20250923" // renovate: datasource=docker depName=ghcr.io/adobe/helm-charts/zookeeper-operator
You can’t perform that action at this time.
0 commit comments