Bump actions/cache from 5.0.5 to 6.1.0 (#11078)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -183,7 +183,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
if: ${{ inputs.profile == 'testflight-android' }}
|
if: ${{ inputs.profile == 'testflight-android' }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 💾 Cache Pods
|
- name: 💾 Cache Pods
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
id: pods-cache
|
id: pods-cache
|
||||||
with:
|
with:
|
||||||
path: ./ios/Pods
|
path: ./ios/Pods
|
||||||
@@ -261,7 +261,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
if: ${{ inputs.profile == 'testflight' }}
|
if: ${{ inputs.profile == 'testflight' }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
if: ${{ !steps.fingerprint.outputs.includes-changes }}
|
if: ${{ !steps.fingerprint.outputs.includes-changes }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
@@ -212,7 +212,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 💾 Cache Pods
|
- name: 💾 Cache Pods
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
id: pods-cache
|
id: pods-cache
|
||||||
with:
|
with:
|
||||||
path: ./ios/Pods
|
path: ./ios/Pods
|
||||||
@@ -295,7 +295,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
if: ${{ inputs.channel == 'testflight' }}
|
if: ${{ inputs.channel == 'testflight' }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
@@ -443,7 +443,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }}
|
if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Get base stats from cache
|
- name: ⬇️ Get base stats from cache
|
||||||
id: get-base-stats
|
id: get-base-stats
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
path: stats-base.json
|
path: stats-base.json
|
||||||
key: stats-base-${{ steps.base-commit.outputs.base-commit }}
|
key: stats-base-${{ steps.base-commit.outputs.base-commit }}
|
||||||
|
|||||||
Reference in New Issue
Block a user