From c6b04c07a1735dc16dea11bbbb78e0fae1c21766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:38:43 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#4138) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/texlive_on_linux.yml | 2 +- .github/workflows/texlive_on_mac.yml | 2 +- .github/workflows/texlive_on_win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/texlive_on_linux.yml b/.github/workflows/texlive_on_linux.yml index 49d146cca..c4165d6c4 100644 --- a/.github/workflows/texlive_on_linux.yml +++ b/.github/workflows/texlive_on_linux.yml @@ -17,7 +17,7 @@ jobs: echo "/tmp/texlive/bin/x86_64-linux" >> $GITHUB_PATH - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential diff --git a/.github/workflows/texlive_on_mac.yml b/.github/workflows/texlive_on_mac.yml index 2568b6e6a..1f8843865 100644 --- a/.github/workflows/texlive_on_mac.yml +++ b/.github/workflows/texlive_on_mac.yml @@ -18,7 +18,7 @@ jobs: echo "/Users/runner/texlive/bin/universal-darwin" >> $GITHUB_PATH - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /Users/runner/texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential diff --git a/.github/workflows/texlive_on_win.yml b/.github/workflows/texlive_on_win.yml index bc87dfe55..e8d5ad3d1 100644 --- a/.github/workflows/texlive_on_win.yml +++ b/.github/workflows/texlive_on_win.yml @@ -21,7 +21,7 @@ jobs: shell: bash - name: Cache TeX Live id: cache-texlive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: D:\texlive key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential