Skip to content
Snippets Groups Projects
Unverified Commit c6b04c07 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent aa27787a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment