Skip to content

Commit

Permalink
docs: bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Apr 17, 2024
1 parent 00e5abe commit 7db63f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Insert a cache step before site-building as follows.
Note that with latest hugo version, the [cache dir location](https://gohugo.io/getting-started/configuration/#configure-cachedir) on a Linux-based operating system is `${HOME}/.cache`. On macOS, `${HOME}/Library/Caches` has the location.

```yaml
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above
# path: /tmp/hugo_cache # <-- with hugo version < v0.116.0
Expand Down

0 comments on commit 7db63f5

Please sign in to comment.