Skip to content

Commit 13cd3c4

Browse files
committed
update github actions
1 parent 891cf8c commit 13cd3c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Setup Pages
2929
uses: actions/configure-pages@v1
3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v1
31+
uses: actions/upload-pages-artifact@v4
3232
with:
3333
# Upload entire repository
3434
path: 'demo/distribution'

.github/workflows/generate-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:

0 commit comments

Comments
 (0)