diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aca74ec..17847e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: version: 7.x.x - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index efa18ecb..efbdf20f 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -21,7 +21,7 @@ jobs: version: 7.x.x - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adabd5cb..574b177d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: version: 7.x.x - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 cache: pnpm