Merge pull request #113 from fundor333/dependabot/github_actions/actions/cache-5.0.2
Bump actions/cache from 5.0.1 to 5.0.2
This commit is contained in:
4
.github/workflows/hugo_publisher.yml
vendored
4
.github/workflows/hugo_publisher.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v5.0.1
|
uses: actions/cache@v5.0.2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-node-modules-v1
|
cache-name: cache-node-modules-v1
|
||||||
with:
|
with:
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
timezoneMacos: Europe/Rome
|
timezoneMacos: Europe/Rome
|
||||||
|
|
||||||
- name: Cache built website
|
- name: Cache built website
|
||||||
uses: actions/cache@v5.0.1
|
uses: actions/cache@v5.0.2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-website-v1
|
cache-name: cache-website-v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user