diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 21040cbe10..68d04900a4 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -136,7 +136,7 @@ jobs: env: PLATFORM: ${{ matrix.platform }} - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 if: ${{ steps.platform-check.outputs.skip != 'true' }} id: app-plain-cache with: diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 32aa8c0e36..3d86e7dad4 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Install SDK JS Dependencies run: yarn install - - uses: actions/cache@v4 + - uses: actions/cache@v6 name: Cache Ruby if: matrix.runner_provider != 'bitrise' with: @@ -71,7 +71,7 @@ jobs: ~/.rbenv/cache key: ruby-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.ruby-version') }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 name: Cache Ruby (Bitrise) if: matrix.runner_provider == 'bitrise' with: