build: bump actions/cache past deprecated version (#45203)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
This commit is contained in:
parent
a6eb660a3d
commit
88286e8f16
3 changed files with 4 additions and 4 deletions
2
.github/actions/checkout/action.yml
vendored
2
.github/actions/checkout/action.yml
vendored
|
@ -45,7 +45,7 @@ runs:
|
||||||
curl --unix-socket /var/run/sas/sas.sock --fail "http://foo/$DEPSHASH.tar" > sas-token
|
curl --unix-socket /var/run/sas/sas.sock --fail "http://foo/$DEPSHASH.tar" > sas-token
|
||||||
- name: Save SAS Key
|
- name: Save SAS Key
|
||||||
if: ${{ inputs.generate-sas-token == 'true' }}
|
if: ${{ inputs.generate-sas-token == 'true' }}
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
sas-token
|
sas-token
|
||||||
|
|
|
@ -7,7 +7,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(node src/electron/script/yarn cache dir)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(node src/electron/script/yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
|
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
|
||||||
id: yarn-cache
|
id: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
|
|
|
@ -5,14 +5,14 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Obtain SAS Key
|
- name: Obtain SAS Key
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
|
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
sas-token
|
sas-token
|
||||||
key: sas-key-${{ github.run_number }}-1
|
key: sas-key-${{ github.run_number }}-1
|
||||||
- name: Obtain SAS Key
|
- name: Obtain SAS Key
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
|
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
sas-token
|
sas-token
|
||||||
|
|
Loading…
Add table
Reference in a new issue