From fee4cffcf39f7a9479f2d37ecfc809d9989851c8 Mon Sep 17 00:00:00 2001 From: RoRBot Date: Sun, 30 Aug 2026 13:02:55 +0200 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/build-game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index e7b4eacbd0..6ffc6ccc06 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -16,7 +16,7 @@ jobs: submodules: true - name: Cache conan - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: conan-win-${{ hashFiles('conanfile.py') }} path: ~/.conan2/ @@ -68,7 +68,7 @@ jobs: - name: Cache conan id: cache-conan - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: conan-linux-${{ hashFiles('conanfile.py') }} path: ~/.conan2/