diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81539ba..112088d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}