diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c28c1a3..e99cb572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Check clippy run: make check-clippy - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Check prettier @@ -60,7 +60,7 @@ jobs: version: latest use-tool-cache: true - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Install and Build @@ -111,7 +111,7 @@ jobs: version: latest use-tool-cache: true - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Install and Build diff --git a/.github/workflows/cloud.yml b/.github/workflows/cloud.yml index 9a20c2f4..053232c7 100644 --- a/.github/workflows/cloud.yml +++ b/.github/workflows/cloud.yml @@ -27,7 +27,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Install fluvio diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a55e26d9..351ef04a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: "Git Fetch & Checkout" diff --git a/.github/workflows/latest-dev-fluvio.yaml b/.github/workflows/latest-dev-fluvio.yaml index bbc8285a..3f536d73 100644 --- a/.github/workflows/latest-dev-fluvio.yaml +++ b/.github/workflows/latest-dev-fluvio.yaml @@ -33,7 +33,7 @@ jobs: version: latest use-tool-cache: true - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Update the fluvio client to use the latest on the fluvio master branch. diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fd3adedd..dfdc598d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: use-tool-cache: true - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} registry-url: "https://registry.npmjs.org" @@ -93,7 +93,7 @@ jobs: rm -r ./dist/x86_64-unknown-linux-gnu - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} registry-url: "https://registry.npmjs.org"