From f5a9f02936ab7b194959e48a727667ea8da02ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:39:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 2 +- .github/workflows/android-app.yml | 4 ++-- .github/workflows/android-release.yml | 4 ++-- .github/workflows/testflight-prod.yml | 2 +- .github/workflows/testflight-qa.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index da5d7e02f8..2aa2841779 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -39,7 +39,7 @@ jobs: brew install sourcery - name: Get cached Swift Packages managed by Xcode - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages/ key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 96fc0c10a6..60aeb66fb6 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -56,7 +56,7 @@ jobs: workspaces: rust -> rust/target - name: Gradle Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -119,7 +119,7 @@ jobs: workspaces: rust -> rust/target - name: Gradle Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 6af666f635..615696c5e8 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -52,7 +52,7 @@ jobs: workspaces: rust -> rust/target - name: Gradle Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -114,7 +114,7 @@ jobs: workspaces: rust -> rust/target - name: Gradle Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/testflight-prod.yml b/.github/workflows/testflight-prod.yml index e7891b0460..71cfa9d72e 100644 --- a/.github/workflows/testflight-prod.yml +++ b/.github/workflows/testflight-prod.yml @@ -33,7 +33,7 @@ jobs: brew install sourcery - name: Get cached Swift Packages managed by Xcode - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages/ key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/testflight-qa.yml b/.github/workflows/testflight-qa.yml index efa5db6f6c..b140a71210 100644 --- a/.github/workflows/testflight-qa.yml +++ b/.github/workflows/testflight-qa.yml @@ -33,7 +33,7 @@ jobs: brew install sourcery - name: Get cached Swift Packages managed by Xcode - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages/ key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}