From 62a750bd050f26dbf2553deb01e3f453f272de2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:15:44 +0100 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#3713) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/buildandtest.yml | 18 +++++++++--------- .github/workflows/codegen.yml | 2 +- .github/workflows/e2e.yml | 10 +++++----- .github/workflows/native-tests.yml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index a791db5e0..53f9a7c90 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: node_modules @@ -39,7 +39,7 @@ jobs: if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: node_modules @@ -57,7 +57,7 @@ jobs: if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: samples/react-native/node_modules @@ -77,7 +77,7 @@ jobs: if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: node_modules @@ -100,7 +100,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: node_modules @@ -144,7 +144,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: test/typescript/ts3.8/node_modules @@ -185,7 +185,7 @@ jobs: with: node-version: 18 - name: Cache Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules @@ -223,13 +223,13 @@ jobs: with: node-version: 18 - name: Cache Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules key: ${{ runner.os }}-${{ github.sha }} - name: Cache Sample Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-sample with: path: samples/react-native/node_modules diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 3628f5acf..884705b91 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -40,7 +40,7 @@ jobs: distribution: "adopt" - name: Gradle cache uses: gradle/gradle-build-action@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: samples/react-native/node_modules diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 151233634..4640965b1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -60,7 +60,7 @@ jobs: uses: gradle/gradle-build-action@v3 - name: Install Global Dependencies run: yarn global add react-native-cli @sentry/cli yalc - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: deps-cache with: path: | @@ -77,7 +77,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: app-plain-cache with: path: ${{ matrix.appPlain }} @@ -252,14 +252,14 @@ jobs: run: brew install xcbeautify - name: NPM cache SDK - uses: actions/cache@v3 + uses: actions/cache@v4 id: deps-cache with: path: node_modules key: ${{ github.workflow }}-${{ github.job }}-npm-${{ hashFiles('yarn.lock') }} - name: NPM cache E2E Tests Library - uses: actions/cache@v3 + uses: actions/cache@v4 id: deps-cache-e2e-library with: path: test/e2e/node_modules @@ -516,7 +516,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: NPM cache E2E Tests Library - uses: actions/cache@v3 + uses: actions/cache@v4 id: deps-cache-e2e-library with: path: test/e2e/node_modules diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 93bae84ec..3b5917f27 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: NPM cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: deps-cache with: path: node_modules @@ -87,7 +87,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: AVD cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: avd-cache with: path: |