File tree 3 files changed +5
-5
lines changed
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
132
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
81
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
126
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
127
127
with :
128
128
path : |
129
129
apps/site/.eslintmdcache
You can’t perform that action at this time.
0 commit comments