From 7db63f5e7f65f5c06a64fd56106389606f84a976 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:52:48 +0900 Subject: [PATCH] docs: bump actions/cache to v4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf13c14..bc44011 100644 --- a/README.md +++ b/README.md @@ -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