Skip to content

Commit 187450a

Browse files
committed
Upgrade actions/cache to v4
1 parent 064ea16 commit 187450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
99

10-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2
10+
- uses: actions/cache@v4
1111
with:
1212
path: '/home/runner/work/codemirror/codemirror5/node_modules'
1313
key: ${{ runner.os }}-modules

0 commit comments

Comments
 (0)