Skip to content

Commit a091bd8

Browse files
chore(deps): update all major dependencies (major) (#227)
chore(deps): update all major dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 723842f commit a091bd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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') }}

.github/workflows/update-go-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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'

tests/e2e/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)