Skip to content

Commit d334f61

Browse files
authored
Merge pull request #1272 from cmu-delphi/release/v3.2.12
Release v3.2.12
2 parents d7e2bd0 + 1e500cb commit d334f61

File tree

6 files changed

+770
-556
lines changed

6 files changed

+770
-556
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 18
1313
- name: Cache Node.js modules
14-
uses: actions/cache@v4.0.1
14+
uses: actions/cache@v4
1515
with:
1616
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1717
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 18
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v4.0.1
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
node-version: 18
8080
- name: Cache Node.js modules
81-
uses: actions/cache@v4.0.1
81+
uses: actions/cache@v4
8282
with:
8383
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
8484
key: ${{ runner.OS }}-main-node2-${{ hashFiles('**/package-lock.json') }}

.github/workflows/update_gdocs_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 18
1515
- name: Cache Node.js modules
16-
uses: actions/cache@v4.0.1
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1919
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)