From 96a3c8dc71926238151b3efabf3e82949b4b5ed1 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 26 Jun 2024 00:45:12 +0900 Subject: [PATCH] ci: update `actions/setup-node` from `v3` to `v4` --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1cf78915..2dff44d5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Generate website with Scaladoc run: sbt doc - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x - name: Install npm dependencies