From 75a9645fb50f0d4d20dcc3ddb65124a5b874cfcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:20:20 +0100 Subject: [PATCH] build(deps): bump the github-actions-backward-compatible group with 2 updates (#37706) Bumps the github-actions-backward-compatible group with 2 updates: [actions/cache](https://github.com/actions/cache) and [miniscruff/changie-action](https://github.com/miniscruff/changie-action). Updates `actions/cache` from 4.2.4 to 4.3.0 - [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/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) Updates `miniscruff/changie-action` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/miniscruff/changie-action/releases) - [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/miniscruff/changie-action/compare/6dcc2533cac0495148ed4046c438487e4dceaa23...5036dffa79ffc007110dc7f75eca7ef72780e147) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: miniscruff/changie-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/changelog.yml | 2 +- .github/workflows/checks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 665017521d..c0cd286b3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,7 +208,7 @@ jobs: bash ./internal/command/e2etest/make-archive.sh - name: Save test harness to cache - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ steps.set-cache-values.outputs.e2e-cache-path }} key: ${{ steps.set-cache-values.outputs.e2e-cache-key }}_${{ matrix.goos }}_${{ matrix.goarch }} @@ -248,7 +248,7 @@ jobs: if: ${{ (matrix.goos == 'linux') || (matrix.goos == 'darwin') }} uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: "Restore cache" - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: e2etestpkg with: path: ${{ needs.e2etest-build.outputs.e2e-cache-path }} diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b90bb0e5c3..3f6256ec32 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -189,7 +189,7 @@ jobs: await createOrUpdateChangelogComment("", true); - name: Validate changie fragment is valid - uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 + uses: miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0 with: version: latest args: merge -u "." --dry-run diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fe0b9b3e43..7f8c7992bb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -142,7 +142,7 @@ jobs: fi - name: Cache protobuf tools - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: "tools/protobuf-compile/.workdir" key: protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}