Skip to content

Commit f999faf

Browse files
authored
Merge pull request #13 from mseri/copilot/update-cache-plugin-to-v4
Update actions/cache from v2 to v4 in generate_pdf.yml workflow
2 parents 6191261 + 55e4b59 commit f999faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "GITHUB_TAG=$(git describe --always --tags)" >> $GITHUB_ENV
4141
echo "BUILD_DATE=$(date +'%Y_%m_%d')" >> $GITHUB_ENV
4242
43-
- uses: actions/cache@v2
43+
- uses: actions/cache@v4
4444
name: Tectonic Cache
4545
with:
4646
path: ~/.cache/Tectonic

0 commit comments

Comments
 (0)