Commit 87ec20d 1 parent c3f9c12 commit 87ec20d Copy full SHA for 87ec20d
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
ref : ${{ github.event.pull_request.head.ref || github.ref }}
86
86
87
87
- name : Restore Lint Cache
88
- uses : actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
88
+ uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
89
89
with :
90
90
path : |
91
91
.turbo/cache
@@ -150,7 +150,7 @@ jobs:
150
150
(github.event_name == 'pull_request_target' &&
151
151
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
152
152
github.event.pull_request.head.ref != 'chore/crowdin')
153
- uses : actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
153
+ uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
154
154
with :
155
155
path : |
156
156
.turbo/cache
Original file line number Diff line number Diff line change 78
78
ref : ${{ github.event.pull_request.head.ref }}
79
79
80
80
- name : Restore Lint Cache
81
- uses : actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
81
+ uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
82
82
with :
83
83
path : |
84
84
.eslintmdcache
@@ -122,7 +122,7 @@ jobs:
122
122
commit_message : ' chore: automated format of translated files'
123
123
124
124
- name : Save Lint Cache
125
- uses : actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
125
+ uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
126
126
with :
127
127
path : |
128
128
.eslintmdcache
You can’t perform that action at this time.
0 commit comments