diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 8ef8522..7329c0d 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88c0687..0493e4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install LLVM and Clang uses: ./