diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a67ddd5a0..39ea454de1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -45,7 +45,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -64,7 +64,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -83,7 +83,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 3896f292c0..1fff5c7980 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -16,7 +16,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index fa3b977b2b..d3fde17f62 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -29,7 +29,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a556ef94a7..37f104d0ea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: yarn