Skip to content

Commit 50ac3c9

Browse files
committed
update deployment
1 parent 8f3e301 commit 50ac3c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 22
3838

3939
- name: Install dependencies
4040
run: npm install
@@ -45,15 +45,15 @@ jobs:
4545
REPOSITORY: ${{ github.event.repository.name }}
4646

4747
- name: Setup Pages
48-
uses: actions/configure-pages@v3
48+
uses: actions/configure-pages@v5
4949

5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v2
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
# Upload dist repository
5454
path: "./dist"
5555

5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v2
58+
uses: actions/deploy-pages@v4
5959

src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import Select from "react-select";
55
const options = [
66
{
77
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",
99
},
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" },
1111
{
1212
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",
1414
},
1515
];
1616

0 commit comments

Comments
 (0)