Skip to content

Commit 643cb8e

Browse files
Merge branch 'main' into dependabot/github_actions/peter-evans/repository-dispatch-4.0.1
2 parents 1d142c4 + 657865d commit 643cb8e

File tree

3 files changed

+135
-50
lines changed

3 files changed

+135
-50
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
source: ./
3737
destination: ./_site
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040

4141
# Deployment job
4242
deploy:

package-lock.json

Lines changed: 132 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"rescript": ">=11.0.0"
3131
},
3232
"devDependencies": {
33-
"@rescript/react": "^0.13.0",
33+
"@rescript/react": "^0.14.0",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
36-
"rescript": "^11.1.0"
36+
"rescript": "^12.0.2"
3737
}
3838
}

0 commit comments

Comments
 (0)