Skip to content

Commit

Permalink
Apparently cache v4 exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 1, 2024
1 parent 1bb6184 commit bffbdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo apt-get install -y texlive-fonts-recommended || true
- name: Cache ImageMagick
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-ImageMagick
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
sudo apt-get install -y texlive-fonts-recommended || true
- name: Cache ImageMagick
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-ImageMagick
with:
Expand Down

0 comments on commit bffbdc5

Please sign in to comment.