Skip to content

Commit ce82a02

Browse files
committed
chore(deps): update actions/cache action to v4.2.3
1 parent 909ca12 commit ce82a02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/BuildJobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Get sha of main
4747
run: echo "main_sha=$(git rev-parse origin/main)" >> $GITHUB_ENV
4848
- name: Restore Turbo Cache
49-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
49+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5050
with:
5151
path: node_modules/.cache/turbo
5252
# NOTE: We create new cache record for every new commit on main
@@ -113,7 +113,7 @@ jobs:
113113
- name: Get sha of main
114114
run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
115115
- name: Restore Turbo Cache
116-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
116+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
117117
with:
118118
path: node_modules/.cache/turbo
119119
# NOTE: build & release tasks should have their own cache
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: Download mxtools cache
170-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
170+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
171171
id: cache
172172
with:
173173
path: |
@@ -195,7 +195,7 @@ jobs:
195195
- name: Get sha of main
196196
run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
197197
- name: Restore Turbo Cache
198-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
198+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
199199
with:
200200
path: node_modules/.cache/turbo
201201
key: turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }}

.github/workflows/CreateMxtoolsCache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: mkdir -p .docker-cache
5050
- name: Cache mxbuild & mxruntime images
5151
id: cache
52-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
52+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5353
with:
5454
path: |
5555
${{ env.MXBUILD_PATH }}

0 commit comments

Comments
 (0)