Skip to content

Commit 1a3dd26

Browse files
committed
Merge branch 'main' into fix-build-playground
2 parents 1a388f9 + 3d994c9 commit 1a3dd26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v4
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@v6
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version-file: .nvmrc
2828

0 commit comments

Comments
 (0)