diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 66e6c7be..ddadb224 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -18,7 +18,7 @@ jobs: - name: "📦 Setup pnpm" uses: pnpm/action-setup@v2.4.0 - name: "⎔ Setup node" - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: current cache: "pnpm" diff --git a/.github/workflows/ci-perf.yml b/.github/workflows/ci-perf.yml index 02d3da9a..91b27561 100644 --- a/.github/workflows/ci-perf.yml +++ b/.github/workflows/ci-perf.yml @@ -53,7 +53,7 @@ jobs: - name: "📦 Setup pnpm" uses: pnpm/action-setup@v2.4.0 - name: "⎔ Setup node" - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: current cache: "pnpm" @@ -79,7 +79,7 @@ jobs: - name: "📦 Setup pnpm" uses: pnpm/action-setup@v2.4.0 - name: "⎔ Setup node" - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: current cache: "pnpm" diff --git a/.github/workflows/pages-deployment.yaml b/.github/workflows/pages-deployment.yaml index 9b432d1e..18fded03 100644 --- a/.github/workflows/pages-deployment.yaml +++ b/.github/workflows/pages-deployment.yaml @@ -31,7 +31,7 @@ jobs: - name: "📦 Setup pnpm" uses: pnpm/action-setup@v2.4.0 - name: "⎔ Setup node" - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: 18 cache: "pnpm"