diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index 60d43f8..22e762b 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -34,7 +34,7 @@ jobs: tools: composer - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: lts/* diff --git a/.github/workflows/pest.yml b/.github/workflows/pest.yml index dc0bd9c..454cc81 100644 --- a/.github/workflows/pest.yml +++ b/.github/workflows/pest.yml @@ -20,7 +20,7 @@ jobs: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv coverage: none - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: lts/*