Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ 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
with:
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
Expand Down Expand Up @@ -146,15 +146,15 @@ 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
with:
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -250,15 +250,15 @@ 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
with:
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
Expand Down Expand Up @@ -312,15 +312,15 @@ 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
with:
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rnfb-js-sdk-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -690,15 +690,15 @@ 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:
path: .yarn/cache
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:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests_e2e_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ 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
with:
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
Expand Down
Loading