From 0f7c9c0b823a22fd042d8502c12eab6bef310f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:42:56 +0000 Subject: [PATCH] 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/JetLagged.yaml | 2 +- .github/workflows/JetNews.yaml | 2 +- .github/workflows/Jetchat.yaml | 2 +- .github/workflows/Reply.yaml | 2 +- .github/workflows/build-sample.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/JetLagged.yaml b/.github/workflows/JetLagged.yaml index 6c38e16bf6..006dc250bf 100644 --- a/.github/workflows/JetLagged.yaml +++ b/.github/workflows/JetLagged.yaml @@ -53,7 +53,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/JetNews.yaml b/.github/workflows/JetNews.yaml index 6fbdd6f102..17af979710 100644 --- a/.github/workflows/JetNews.yaml +++ b/.github/workflows/JetNews.yaml @@ -57,7 +57,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/Jetchat.yaml b/.github/workflows/Jetchat.yaml index 51818d2316..8df1dbefc4 100644 --- a/.github/workflows/Jetchat.yaml +++ b/.github/workflows/Jetchat.yaml @@ -52,7 +52,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/Reply.yaml b/.github/workflows/Reply.yaml index 2168aa9cb0..0c1cb264d8 100644 --- a/.github/workflows/Reply.yaml +++ b/.github/workflows/Reply.yaml @@ -53,7 +53,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index 9fb85442dc..7793d1d95a 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -55,7 +55,7 @@ jobs: env: INPUTS_PATH: ${{ inputs.path }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/modules-*