From 816e681feaef0c709506244b2d5023896f70977c Mon Sep 17 00:00:00 2001 From: codepuncher Date: Thu, 8 Feb 2024 10:03:11 +0000 Subject: [PATCH] bump `actions/setup-node` to v4 --- .github/workflows/ci-theme.yml | 2 +- .github/workflows/trellis-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-theme.yml b/.github/workflows/ci-theme.yml index c41fa12..54f1b02 100644 --- a/.github/workflows/ci-theme.yml +++ b/.github/workflows/ci-theme.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node ${{ inputs.NODE_VERSION }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/trellis-deploy.yml b/.github/workflows/trellis-deploy.yml index 3747869..f934ca1 100644 --- a/.github/workflows/trellis-deploy.yml +++ b/.github/workflows/trellis-deploy.yml @@ -67,7 +67,7 @@ jobs: path: bedrock - name: Setup Node ${{ inputs.NODE_VERSION }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 if: "${{ inputs.THEME_NAME != '' }}" with: node-version: "${{ inputs.NODE_VERSION }}"