We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f36951 commit c84c536Copy full SHA for c84c536
.github/workflows/cache.yml
@@ -20,11 +20,11 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Cache LLVM and Clang
26
id: cache-llvm
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: |
30
C:/Program Files/LLVM
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install LLVM and Clang
uses: ./
0 commit comments