Skip to content

Commit e435308

Browse files
authored
Merge pull request #553 from cmu-delphi/release/v3.0.1
Release v3.0.1
2 parents c3cd3ac + f7ede8b commit e435308

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+462
-568
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ updates:
55
directory: "/"
66
target-branch: dev
77
schedule:
8-
interval: "weekly"
8+
interval: "monthly"
99
# Maintain dependencies for npm
1010
- package-ecosystem: "npm"
1111
directory: "/"
1212
target-branch: dev
1313
schedule:
14-
interval: "weekly"
14+
interval: "monthly"

.github/workflows/blog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# submodules: true # Fetch Hugo themes (true OR recursive)
1818
fetch-depth: 3
1919
- name: Cache Conda
20-
uses: actions/[email protected].6
20+
uses: actions/[email protected].7
2121
with:
2222
path: ~/conda_pkgs_dir
2323
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
Rscript ./dependencies.R
4747
- name: Restore Blogdown Cache
48-
uses: actions/cache@v2
48+
uses: actions/cache@v2.1.7
4949
with:
5050
path: |
5151
./blogdown
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-node@v2
6969
with:
7070
node-version: 16
71-
- uses: actions/cache@v2
71+
- uses: actions/cache@v2.1.7
7272
with:
7373
path: ~/.npm
7474
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: 16
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v2.1.7
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 16
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v2
50+
uses: actions/cache@v2.1.7
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

content/about/_index.md

Lines changed: 27 additions & 23 deletions

content/about/careers/headless/2021_06_research_programmer_analyst.md renamed to content/about/careers/headless/2021_11_research_programmer_analyst.md

Lines changed: 1 addition & 1 deletion
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions

content/about/news/headless/2016_12.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)