From 29ff1b73336b879e4ec80ec6f4f224519a27ff46 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 12 Feb 2024 13:53:25 +0000 Subject: [PATCH] [ci] bump actions/cache version --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 276769f2..0b27a853 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set Up Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | vendor @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 2 - name: Set Up Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | vendor @@ -72,7 +72,7 @@ jobs: # tagged minor version of the previous major version"? run: git checkout branch-2.9 - name: Set Up Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | vendor @@ -119,7 +119,7 @@ jobs: with: fetch-depth: 2 - name: Set Up Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | vendor