File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
- name : Set up Node
35
35
uses : actions/setup-node@v4
36
36
with :
37
- node-version : 20
37
+ node-version : 22
38
38
39
39
- name : Install dependencies
40
40
run : npm install
@@ -45,15 +45,15 @@ jobs:
45
45
REPOSITORY : ${{ github.event.repository.name }}
46
46
47
47
- name : Setup Pages
48
- uses : actions/configure-pages@v3
48
+ uses : actions/configure-pages@v5
49
49
50
50
- name : Upload artifact
51
- uses : actions/upload-pages-artifact@v2
51
+ uses : actions/upload-pages-artifact@v3
52
52
with :
53
53
# Upload dist repository
54
54
path : " ./dist"
55
55
56
56
- name : Deploy to GitHub Pages
57
57
id : deployment
58
- uses : actions/deploy-pages@v2
58
+ uses : actions/deploy-pages@v4
59
59
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import Select from "react-select";
5
5
const options = [
6
6
{
7
7
label : "arkit scenes" ,
8
- value : "https://app.rerun.io/version/0.20.3 /examples/arkit_scenes.rrd" ,
8
+ value : "https://app.rerun.io/version/0.23.4 /examples/arkit_scenes.rrd" ,
9
9
} ,
10
- { label : "helix" , value : "https://app.rerun.io/version/0.20.3 /examples/dna.rrd" } ,
10
+ { label : "helix" , value : "https://app.rerun.io/version/0.23.4 /examples/dna.rrd" } ,
11
11
{
12
12
label : "structure from motion" ,
13
- value : "https://app.rerun.io/version/0.20.3 /examples/structure_from_motion.rrd" ,
13
+ value : "https://app.rerun.io/version/0.23.4 /examples/structure_from_motion.rrd" ,
14
14
} ,
15
15
] ;
16
16
You can’t perform that action at this time.
0 commit comments