From dfa7514b74776712043f93f5d3d453af58f6ad36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:42:09 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/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: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android-release.yml | 2 +- .github/workflows/linux_deb-release.yml | 2 +- .github/workflows/release_full.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 3198b4a..57e2e79 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -57,7 +57,7 @@ jobs: channel: 'stable' - name: Cache pub and Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.pub-cache diff --git a/.github/workflows/linux_deb-release.yml b/.github/workflows/linux_deb-release.yml index 4e9c905..5a93155 100644 --- a/.github/workflows/linux_deb-release.yml +++ b/.github/workflows/linux_deb-release.yml @@ -41,7 +41,7 @@ jobs: pkg-config --modversion ayatana-appindicator3-0.1 || pkg-config --modversion appindicator3-0.1 || true - name: Cache pub - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.pub-cache diff --git a/.github/workflows/release_full.yml b/.github/workflows/release_full.yml index 2d4f52f..63c9d0b 100644 --- a/.github/workflows/release_full.yml +++ b/.github/workflows/release_full.yml @@ -87,7 +87,7 @@ jobs: channel: 'stable' - name: Cache pub and Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.pub-cache @@ -656,7 +656,7 @@ jobs: lld binutils libstdc++-12-dev libglu1-mesa - name: Cache pub - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.pub-cache