diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 934ff372..0e9165e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: | target/ @@ -72,7 +72,7 @@ jobs: - name: Cache LLVM id: cache-llvm if: runner.os == 'Windows' - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: ${{ runner.temp }}/llvm key: llvm-14.0 @@ -173,7 +173,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: | target/ @@ -231,7 +231,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: | target/ @@ -246,7 +246,7 @@ jobs: - name: Cache LLVM id: cache-llvm if: runner.os == 'Windows' - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: ${{ runner.temp }}/llvm key: llvm-14.0 @@ -329,7 +329,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: | ~/.cargo @@ -349,7 +349,7 @@ jobs: - name: Cache LLVM id: cache-llvm if: runner.os == 'Windows' - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: ${{ runner.temp }}/llvm key: llvm-14.0 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1b29e43a..38136a94 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -68,7 +68,7 @@ jobs: - name: Create Branch id: branch - uses: peterjgrainger/action-create-branch@v2.3.0 + uses: peterjgrainger/action-create-branch@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -193,7 +193,7 @@ jobs: ref: ${{ needs.new-branch.outputs.working }} - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: | target/ @@ -203,7 +203,7 @@ jobs: - name: Cache LLVM id: cache-llvm if: runner.os == 'Windows' - uses: actions/cache@v3 + uses: actions/cache@v4.0.1 with: path: ${{ runner.temp }}/llvm key: llvm-14.0