From 9eaa3393132f0088cee23716876f9ac7d8a1cfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:26:45 +0000 Subject: [PATCH] build(deps): bump the actions-minor group with 2 updates Bumps the actions-minor group with 2 updates: [azure/setup-helm](https://github.com/azure/setup-helm) and [actions/cache](https://github.com/actions/cache). Updates `azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v5...v5.0.1) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yaml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- .github/workflows/pr-quality-report.yaml | 2 +- .github/workflows/release-pr-validation.yaml | 2 +- .github/workflows/release.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index b6d31820..3d4fbaec 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -211,7 +211,7 @@ jobs: cache: true - name: Install Helm - uses: azure/setup-helm@v5 + uses: azure/setup-helm@v5.0.1 - name: Verify unreleased changelog section exists run: | @@ -268,7 +268,7 @@ jobs: cache: true - name: Install Helm - uses: azure/setup-helm@v5 + uses: azure/setup-helm@v5.0.1 - name: Extract release metadata id: meta diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f147868e..048a7e22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -800,7 +800,7 @@ jobs: cache: npm cache-dependency-path: test/e2e-ui/package-lock.json - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-ms-playwright-${{ hashFiles('test/e2e-ui/package-lock.json') }} @@ -922,7 +922,7 @@ jobs: cache: true - name: Install Helm - uses: azure/setup-helm@v5 + uses: azure/setup-helm@v5.0.1 - name: Helm lint run: helm lint charts/loki-vl-proxy/ diff --git a/.github/workflows/pr-quality-report.yaml b/.github/workflows/pr-quality-report.yaml index 82e9a6f4..69597c48 100644 --- a/.github/workflows/pr-quality-report.yaml +++ b/.github/workflows/pr-quality-report.yaml @@ -60,7 +60,7 @@ jobs: - name: Restore cached base quality snapshot id: base-quality-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .cache/pr-quality/base-quality.json key: ${{ runner.os }}-pr-quality-base-${{ github.event.pull_request.base.sha }}-perf-${{ steps.perf-scope.outputs.run_perf }}-schema-v3 diff --git a/.github/workflows/release-pr-validation.yaml b/.github/workflows/release-pr-validation.yaml index 66647a05..a43931de 100644 --- a/.github/workflows/release-pr-validation.yaml +++ b/.github/workflows/release-pr-validation.yaml @@ -69,7 +69,7 @@ jobs: grep -q "\"service.version\": \"${VERSION}\"" docs/observability.md - name: Helm lint - uses: azure/setup-helm@v5 + uses: azure/setup-helm@v5.0.1 - name: Run Helm lint run: helm lint charts/loki-vl-proxy/ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ccbdb02..8dd89f9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: cache: true - name: Install Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Extract version id: version