File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7676 # regardless of having code changes or not
7777 fetch-depth : 1
7878
79- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
79+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8080 with :
8181 # See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
8282 path : |
Original file line number Diff line number Diff line change 7676 ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
7777
7878 - name : Restore Lint Cache
79- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
79+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8080 with :
8181 path : |
8282 .turbo/cache
@@ -129,7 +129,7 @@ jobs:
129129 (github.event_name == 'pull_request_target' &&
130130 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
131131 github.event.pull_request.head.ref != 'chore/crowdin')
132- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
132+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
133133 with :
134134 path : |
135135 .turbo/cache
Original file line number Diff line number Diff line change 7878 ref : refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
7979
8080 - name : Restore Lint Cache
81- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
81+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8282 with :
8383 path : |
8484 apps/site/.eslintmdcache
@@ -123,7 +123,7 @@ jobs:
123123 branch : ' chore/crowdin'
124124
125125 - name : Save Lint Cache
126- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
126+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
127127 with :
128128 path : |
129129 apps/site/.eslintmdcache
You can’t perform that action at this time.
0 commit comments