Skip to content

Commit 96f8327

Browse files
authored
Merge pull request #12 from atom-community/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 3e71052 + 227a955 commit 96f8327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.pnpm-store

0 commit comments

Comments
 (0)