Skip to content

Commit

Permalink
upgrade action versions to silient nodejs 12 deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-xiaoming committed Nov 5, 2022
1 parent 79f83c7 commit 43ee002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
rust: ["1.40.0"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
# LLVM and Clang
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/llvm-${{ matrix.clang[0] }}
key: ${{ matrix.os }}-llvm-${{ matrix.clang[0] }}
Expand Down

0 comments on commit 43ee002

Please sign in to comment.