File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282 - name : Cache browser download
8383 if : steps.changes.outputs.relevant_changes == 'true'
84- uses : actions/cache@v5.0.3
84+ uses : actions/cache@v5.0.4
8585 with :
8686 # Use faster GNU tar for all runners
8787 enableCrossOsArchive : true
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Cache stats
22- uses : actions/cache@v5.0.3
22+ uses : actions/cache@v5.0.4
2323 id : stats-cache
2424 with :
2525 # Restore build cache, unless commit SHA or base ref changes
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Cache linter
127127 if : ${{ matrix.task.cache }}
128- uses : actions/cache@v5.0.3
128+ uses : actions/cache@v5.0.4
129129 with :
130130 # Use faster GNU tar for all runners
131131 enableCrossOsArchive : true
@@ -205,7 +205,7 @@ jobs:
205205
206206 - name : Cache task
207207 if : ${{ matrix.task.cache }}
208- uses : actions/cache@v5.0.3
208+ uses : actions/cache@v5.0.4
209209 with :
210210 # Use faster GNU tar for all runners
211211 enableCrossOsArchive : true
You can’t perform that action at this time.
0 commit comments