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') }}