Skip to content

Commit

Permalink
Merge pull request #173 from ssciwr/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
lkeegan authored Nov 2, 2023
2 parents 8497ab3 + 694e058 commit 806a835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"method_weights": [0, 1, 0, 0, 0],
"application_weights": [0, 0, 0, 0, 1, 0]
},
{
{
"name": "Prof. Dr. Tristan Bereau",
"group": "Theoretical Physics",
"website": "https://tristanbereau.com/",
Expand Down

0 comments on commit 806a835

Please sign in to comment.