Skip to content

Commit b75ba67

Browse files
committed
1.0.3
1 parent 9eeef98 commit b75ba67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonlight-mod/create-extension",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

template/.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
run: pnpm run repo
3939

4040
- name: Setup GitHub Pages
41-
uses: actions/configure-pages@v3
41+
uses: actions/configure-pages@v5
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v1
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
path: ./repo
4747

4848
- name: Deploy to GitHub Pages
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)