Skip to content

Commit 7cf2c54

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3107fb8 commit 7cf2c54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/texlive_on_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "/tmp/texlive/bin/x86_64-linux" >> $GITHUB_PATH
1818
- name: Cache TeX Live
1919
id: cache-texlive
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: /tmp/texlive
2323
key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential

.github/workflows/texlive_on_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "/Users/runner/texlive/bin/universal-darwin" >> $GITHUB_PATH
1919
- name: Cache TeX Live
2020
id: cache-texlive
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: /Users/runner/texlive
2424
key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential

.github/workflows/texlive_on_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash
2222
- name: Cache TeX Live
2323
id: cache-texlive
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: D:\texlive
2727
key: ${{ env.cache-version }}-${{ runner.os }}-texlive-essential

0 commit comments

Comments
 (0)