Skip to content

Commit 177e3a5

Browse files
authored
Merge pull request materialsproject#731 from minhsueh/crystaltoolkit_animation_scene
modify actions/cache to v4
2 parents 1d5dea1 + 59260d7 commit 177e3a5

File tree

5 files changed

+11024
-8129
lines changed

5 files changed

+11024
-8129
lines changed

.github/workflows/jest_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-python@v1
3232
with:
3333
python-version: 3.7
34-
- uses: actions/cache@v1
34+
- uses: actions/cache@v4
3535
with:
3636
path: ~/.npm
3737
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/publish-npm-manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: publish-npm-manual
2-
on:
2+
on:
33
workflow_dispatch:
44
inputs:
55
logLevel:
@@ -8,9 +8,9 @@ on:
88
default: 'warning'
99
type: choice
1010
options:
11-
- info
12-
- warning
13-
- debug
11+
- info
12+
- warning
13+
- debug
1414
tags:
1515
description: 'manual publish'
1616
required: false

0 commit comments

Comments
 (0)