diff --git a/.github/workflows/create_test_patches.yml b/.github/workflows/create_test_patches.yml index 1c6f35b0ca..ebf99bdbcb 100644 --- a/.github/workflows/create_test_patches.yml +++ b/.github/workflows/create_test_patches.yml @@ -101,7 +101,7 @@ jobs: path: ~/template/patches/ # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0257e8ebde..2da2419a09 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,7 +53,7 @@ jobs: run: | yarn lint:spellcheck # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index c40c2186ad..2f088e4fe8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -84,7 +84,7 @@ jobs: max_attempts: 3 command: yarn codegen:verify # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -92,7 +92,7 @@ jobs: path: .yarn/cache key: ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }} # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Nx Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -146,7 +146,7 @@ jobs: - name: Lint run: yarn tsc:compile # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -154,7 +154,7 @@ jobs: path: .yarn/cache key: ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }} # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Nx Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -195,7 +195,7 @@ jobs: - name: Are The Types Wrong run: yarn attw:check # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -250,7 +250,7 @@ jobs: - name: Consumer Type Test run: yarn tsc:compile:consumer # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -258,7 +258,7 @@ jobs: path: .yarn/cache key: ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }} # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Nx Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -312,7 +312,7 @@ jobs: - name: Generate TypeDoc run: yarn reference:api # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -320,7 +320,7 @@ jobs: path: .yarn/cache key: ${{ runner.os }}-yarn-with-website-v1-${{ hashFiles('yarn.lock') }} # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Nx Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true diff --git a/.github/workflows/rnfb-js-sdk-comparison.yml b/.github/workflows/rnfb-js-sdk-comparison.yml index 167776bb6d..9bd5581ba2 100644 --- a/.github/workflows/rnfb-js-sdk-comparison.yml +++ b/.github/workflows/rnfb-js-sdk-comparison.yml @@ -64,7 +64,7 @@ jobs: - name: Compare Types with Firebase JS SDK run: cd .github/scripts/compare-types && yarn compare # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true diff --git a/.github/workflows/tests_e2e_android.yml b/.github/workflows/tests_e2e_android.yml index ecffa974a1..6b8452ebdb 100644 --- a/.github/workflows/tests_e2e_android.yml +++ b/.github/workflows/tests_e2e_android.yml @@ -330,7 +330,7 @@ jobs: - name: Yarn Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -339,7 +339,7 @@ jobs: - name: Nx Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -348,7 +348,7 @@ jobs: - name: Firestore Emulator Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -359,7 +359,7 @@ jobs: - name: Gradle Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -368,7 +368,7 @@ jobs: - name: Metro Bundler Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index 61caa3850b..902f007044 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -514,7 +514,7 @@ jobs: - name: Yarn Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -523,7 +523,7 @@ jobs: - name: Nx Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -532,7 +532,7 @@ jobs: - name: Detox Framework Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -541,7 +541,7 @@ jobs: - name: Pods Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -550,7 +550,7 @@ jobs: - name: Firestore Emulator Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -561,7 +561,7 @@ jobs: - name: Metro Bundler Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ contains(matrix.buildmode, 'debug') && github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -690,7 +690,7 @@ jobs: if-no-files-found: ignore - name: Yarn Cache Save - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -698,7 +698,7 @@ jobs: key: ${{ steps.yarn-cache.outputs.cache-primary-key }} - name: Pods Cache Save - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: diff --git a/.github/workflows/tests_e2e_other.yml b/.github/workflows/tests_e2e_other.yml index 8b3ad65cf6..f42fb458b3 100644 --- a/.github/workflows/tests_e2e_other.yml +++ b/.github/workflows/tests_e2e_other.yml @@ -345,7 +345,7 @@ jobs: - name: Yarn Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -354,7 +354,7 @@ jobs: - name: Nx Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -363,7 +363,7 @@ jobs: - name: Pods Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -372,7 +372,7 @@ jobs: - name: Firestore Emulator Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: @@ -383,7 +383,7 @@ jobs: - name: Metro Bundler Cache Save # https://github.com/actions/cache/releases - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true with: diff --git a/.github/workflows/tests_jest.yml b/.github/workflows/tests_jest.yml index b263e5cba3..ce48bee924 100644 --- a/.github/workflows/tests_jest.yml +++ b/.github/workflows/tests_jest.yml @@ -83,7 +83,7 @@ jobs: flags: jest verbose: true # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Yarn Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true @@ -91,7 +91,7 @@ jobs: path: .yarn/cache key: ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }} # https://github.com/actions/cache/releases - - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 name: Nx Cache Save if: "${{ github.ref == 'refs/heads/main' }}" continue-on-error: true