Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-22 04:11:23 +00:00 committed by Daniel Gray
parent 7c2a40f66b
commit 38dbb66b81
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
with:
node-version: '14'
- name: Cache Jekyll build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
.jekyll-cache

View File

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
@ -50,7 +50,7 @@ jobs:
with:
node-version: '14'
- name: Cache Jekyll build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
.jekyll-cache
@ -115,7 +115,7 @@ jobs:
- run: tar xvf site.tar
- name: Cache HTMLProofer
id: cache-htmlproofer
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: tmp/.htmlproofer
key: ${{ runner.os }}-htmlproofer-${{ hashFiles('_site/**.html') }}