diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0db8854e..3e2f27ab 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: - name: Fetch all branches and tags run: git fetch --unshallow --prune - name: Tools caching - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: tools key: ${{ matrix.os }}-tools-${{ hashFiles('recipe.cake', 'Source/Cake.Recipe/Content/addins.cake', 'Source/Cake.Recipe/Content/tools.cake', 'Source/Cake.Recipe/Content/modules.cake') }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 6c382485..11a8ba10 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -15,7 +15,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake', 'Source/Cake.Recipe/Content/addins.cake', 'Source/Cake.Recipe/Content/tools.cake', 'Source/Cake.Recipe/Content/modules.cake') }}