Skip to content

Commit b301d8b

Browse files
authored
Merge pull request #95 from atom-community/renovate/actions-cache-3.x [skip ci]
2 parents d459fb3 + 104a302 commit b301d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020

2121
- name: Cache node_modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
env:
2424
cache-name: atom-ide-cache
2525
with:
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache node_modules
6767
id: github-cache-conan
68-
uses: actions/cache@v2
68+
uses: actions/cache@v3
6969
env:
7070
cache-name: atom-ide-cache
7171
with:

0 commit comments

Comments
 (0)