From 70910d3c0c98c0f5ca80931fae78ecfcc4d72a1d Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 18 Dec 2024 10:02:30 +0100 Subject: [PATCH] Update actions/cache version to 4.0 (#473) According to GitHub guidelines --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4ca8d85..a33da66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Setup cache for ccache files if: ${{ runner.os != 'Windows' }} - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache_${{ runner.os }}