Skip to content

Commit 7e7ad47

Browse files
committed
fix demo
1 parent 3599f8e commit 7e7ad47

File tree

8 files changed

+1177
-30
lines changed

8 files changed

+1177
-30
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run a job to ensure formatting is OK
1+
# Run a job to ensure that we can run the demo successfully.
22
name: Run demo
33
on:
44
pull_request:
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Run Demo
2020
run: ./demo/run_demo.sh

0 commit comments

Comments
 (0)