Skip to content

Commit a45c0d4

Browse files
Bump actions/cache from 3 to 4 (#3607)
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: adeshpande <[email protected]>
1 parent 2776612 commit a45c0d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
7979
8080
- name: Setup Cairo Cache
81-
uses: actions/cache@v3
81+
uses: actions/cache@v4
8282
id: cache-cairo
8383
if: runner.os == 'Linux' || runner.os == 'macOS'
8484
with:
@@ -94,7 +94,7 @@ jobs:
9494
run: python .github/scripts/ci_build_cairo.py --set-env-vars
9595

9696
- name: Setup macOS cache
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
id: cache-macos
9999
if: runner.os == 'macOS'
100100
with:
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup Windows cache
132132
id: cache-windows
133133
if: runner.os == 'Windows'
134-
uses: actions/cache@v3
134+
uses: actions/cache@v4
135135
with:
136136
path: ${{ github.workspace }}\ManimCache
137137
key: ${{ runner.os }}-dependencies-tinytex-${{ hashFiles('.github/manimdependency.json') }}-${{ steps.cache-vars.outputs.date }}-1

0 commit comments

Comments
 (0)