diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index 3050e9e..259308c 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 'lts/*' cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90f0b17..a5b9d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: persist-credentials: false - name: Setup Node.js (for wp-env) - 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/plugin-push-to-wordpress-org.yml b/.github/workflows/plugin-push-to-wordpress-org.yml index 9e38327..5c3f951 100644 --- a/.github/workflows/plugin-push-to-wordpress-org.yml +++ b/.github/workflows/plugin-push-to-wordpress-org.yml @@ -40,7 +40,7 @@ jobs: - name: Install production dependencies run: composer install --no-dev --optimize-autoloader - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 'lts/*' - name: Build assets