From d8439c4b9771f506442c383bca90c7c049a815e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:02:44 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- .github/workflows/lint_with_buf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 500efc1..2455949 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: cache: true - name: Load Pubspec Dependencies Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.PUB_CACHE }} diff --git a/.github/workflows/lint_with_buf.yaml b/.github/workflows/lint_with_buf.yaml index 300dde7..75570d0 100644 --- a/.github/workflows/lint_with_buf.yaml +++ b/.github/workflows/lint_with_buf.yaml @@ -34,7 +34,7 @@ jobs: cache: true - name: Load Pubspec Dependencies Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.PUB_CACHE }}