Bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.2
|
uses: actions/cache@v5.0.3
|
||||||
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.2
|
uses: actions/cache@v5.0.3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-website-v1
|
cache-name: cache-website-v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user