Skip to content

Commit 8cabc6e

Browse files
authored
Merge pull request #862 from ipython/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents aa9f9b5 + cbaedd0 commit 8cabc6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: Cache conda environment
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: |
5959
~/conda
6060
key: conda
6161

6262
- name: Cache node_modules
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
node_modules

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"strict": true,
1919
"strictNullChecks": false,
2020
"target": "es2018",
21-
"types": []
21+
"types": [],
2222
},
23-
"include": ["lab/src/*"]
23+
"include": ["lab/src/*"],
2424
}

0 commit comments

Comments
 (0)