From e30d5485136a93d65821b439685d45ed490979a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Mar 2024 09:00:31 +0100 Subject: [PATCH] Update actions/cache action to v4.0.1 --- .github/workflows/build-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index c8109c15ae..d461fbb1c3 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -154,7 +154,7 @@ jobs: submodules: true - name: Cache conan - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: key: conan-mac-${{ hashFiles('conanfile.py') }} path: ~/.conan2/