There was an error while loading. Please reload this page.
2 parents a76b418 + c74f6ca commit dc6eea9Copy full SHA for dc6eea9
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
python-version: ${{ matrix.python-version }}
38
- name: Cached node_modules
39
- uses: actions/cache@v5
+ uses: actions/cache@v6
40
41
path: node_modules
42
key: ${{ runner.os }}-node-${{ hashFiles('**/package*.json') }}
0 commit comments