Skip to content

Commit

Permalink
Update actions to use NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Apr 1, 2024
1 parent 3f36951 commit c84c536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
C:/Program Files/LLVM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install LLVM and Clang
uses: ./
Expand Down

0 comments on commit c84c536

Please sign in to comment.