Skip to content

Commit

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

Bump actions/cache from 2 to 3
  • Loading branch information
ripleymj authored Oct 2, 2023
2 parents b1c8f34 + c49e872 commit a9af0e2
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@v2
- uses: actions/cache@v3
with:
path: ~/.npm
key: "${{ runner.os }}-node-"
Expand Down

0 comments on commit a9af0e2

Please sign in to comment.