diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09986a1..6149fdf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Set up node. - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v7.0.0 with: node-version: 17.x - name: Install and build.