diff --git a/.github/workflows/deploy-s3.yml b/.github/workflows/deploy-s3.yml index d7478b0..9f60d42 100644 --- a/.github/workflows/deploy-s3.yml +++ b/.github/workflows/deploy-s3.yml @@ -21,7 +21,7 @@ jobs: - name: Git checkout uses: actions/checkout@v3 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies