Skip to content

Commit

Permalink
Merge pull request #58 from readchina/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
duncdrum authored Jan 22, 2024
2 parents 0194d89 + 6987ede commit 4d9becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install curl jq
npm i -g postcss postcss-cli autoprefixer
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 4d9becc

Please sign in to comment.