Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 98edbae commit 063e759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# If we want to force regeneration of the cache, increase the number after
# *both* instances of "texlive-v"
- name: Load cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/texlive
key: texlive-v1-${{ steps.get-id.outputs.id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# If we want to force regeneration of the cache, increase the number after
# *both* instances of "texlive-v"
- name: Load cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/texlive
key: texlive-v1-${{ steps.get-id.outputs.id }}
Expand Down

0 comments on commit 063e759

Please sign in to comment.