diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0daa751..f3b5abd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up node. - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.1.0 with: node-version: 17.x - name: Install and build.