mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
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:
parent
7c2a40f66b
commit
38dbb66b81
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Cache Jekyll build
|
- name: Cache Jekyll build
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
|
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Cache Jekyll build
|
- name: Cache Jekyll build
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
- run: tar xvf site.tar
|
- run: tar xvf site.tar
|
||||||
- name: Cache HTMLProofer
|
- name: Cache HTMLProofer
|
||||||
id: cache-htmlproofer
|
id: cache-htmlproofer
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: tmp/.htmlproofer
|
path: tmp/.htmlproofer
|
||||||
key: ${{ runner.os }}-htmlproofer-${{ hashFiles('_site/**.html') }}
|
key: ${{ runner.os }}-htmlproofer-${{ hashFiles('_site/**.html') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user