Skip to content

Commit ac60ad6

Browse files
Bump actions/cache from 3 to 4 (#259)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba1726b commit ac60ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-11ty-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
node-version: "18.x"
3030

3131
- name: Persist npm cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
3636

3737
- name: Persist Eleventy .cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: ./.cache
4141
key: ${{ runner.os }}-eleventy-fetch-cache

0 commit comments

Comments
 (0)