From a636a30f1139211fd0da4fe81d5323afa794da00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:14:06 +0000 Subject: [PATCH] ci(tools): update actions/cache action to v4 --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a6867c7..bd5eb48 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,7 +22,7 @@ jobs: - name: Cache mods id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: overlay/usr/share/minecraft/mods/ key: mods-${{ hashFiles('client/manifest.json') }} @@ -56,7 +56,7 @@ jobs: - name: Cache mods id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: overlay/usr/share/minecraft/mods/ key: mods-${{ hashFiles('client/manifest.json') }}