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 76
76
# regardless of having code changes or not
77
77
fetch-depth : 1
78
78
79
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
79
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
80
80
with :
81
81
# 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
82
82
path : |
Original file line number Diff line number Diff line change 76
76
ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
77
77
78
78
- name : Restore Lint Cache
79
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
79
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
80
80
with :
81
81
path : |
82
82
.turbo/cache
@@ -129,7 +129,7 @@ jobs:
129
129
(github.event_name == 'pull_request_target' &&
130
130
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
131
131
github.event.pull_request.head.ref != 'chore/crowdin')
132
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
132
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
133
133
with :
134
134
path : |
135
135
.turbo/cache
Original file line number Diff line number Diff line change 78
78
ref : refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
79
79
80
80
- name : Restore Lint Cache
81
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
81
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
82
82
with :
83
83
path : |
84
84
apps/site/.eslintmdcache
@@ -123,7 +123,7 @@ jobs:
123
123
branch : ' chore/crowdin'
124
124
125
125
- name : Save Lint Cache
126
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
126
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
127
127
with :
128
128
path : |
129
129
apps/site/.eslintmdcache
You can’t perform that action at this time.
0 commit comments