File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 ref : ${{ github.event.pull_request.head.ref || github.ref }}
8686
8787 - name : Restore Lint Cache
88- uses : actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
88+ uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
8989 with :
9090 path : |
9191 .turbo/cache
@@ -150,7 +150,7 @@ jobs:
150150 (github.event_name == 'pull_request_target' &&
151151 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
152152 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
154154 with :
155155 path : |
156156 .turbo/cache
Original file line number Diff line number Diff line change 7878 ref : ${{ github.event.pull_request.head.ref }}
7979
8080 - name : Restore Lint Cache
81- uses : actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
81+ uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
8282 with :
8383 path : |
8484 .eslintmdcache
@@ -122,7 +122,7 @@ jobs:
122122 commit_message : ' chore: automated format of translated files'
123123
124124 - name : Save Lint Cache
125- uses : actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
125+ uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
126126 with :
127127 path : |
128128 .eslintmdcache
You can’t perform that action at this time.
0 commit comments