Skip to content

Commit b2a7013

Browse files
authored
try to fix CI (#545)
## 📝 Summary <!--- A general summary of your changes --> ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
1 parent 7c329a0 commit b2a7013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/checks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# https://github.com/Mozilla-Actions/sccache-action
4343
- name: Run sccache-action
44-
uses: mozilla-actions/[email protected].5
44+
uses: mozilla-actions/[email protected].9
4545

4646
- name: Set sccache env vars
4747
run: |
@@ -97,7 +97,7 @@ jobs:
9797

9898
# https://github.com/Mozilla-Actions/sccache-action
9999
- name: Run sccache-action
100-
uses: mozilla-actions/[email protected].5
100+
uses: mozilla-actions/[email protected].9
101101

102102
- name: Set sccache env vars
103103
run: |
@@ -158,7 +158,7 @@ jobs:
158158

159159
# https://github.com/Mozilla-Actions/sccache-action
160160
- name: Run sccache-action
161-
uses: mozilla-actions/[email protected].5
161+
uses: mozilla-actions/[email protected].9
162162

163163
- name: Set sccache env vars
164164
run: |

0 commit comments

Comments
 (0)