Skip to content

Commit

Permalink
Merge pull request #102 from jmunixusers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
ripleymj authored Jan 22, 2024
2 parents 664d857 + 1349b21 commit 32977e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo snap install chromium
sudo apt-get -q update
sudo apt-get -qq -y install pandoc texlive-xetex librsvg2-bin
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: "${{ runner.os }}-node-"
Expand Down

0 comments on commit 32977e5

Please sign in to comment.