diff --git a/.github/workflows/circular-dependency-check.yml b/.github/workflows/circular-dependency-check.yml index 3f271f9e2..f738b8875 100644 --- a/.github/workflows/circular-dependency-check.yml +++ b/.github/workflows/circular-dependency-check.yml @@ -17,7 +17,7 @@ jobs: # Set up Node - name: Use Node.js 20 - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 1fb7dcba2..9d2f8af35 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -33,7 +33,7 @@ jobs: # Set up Node - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f573ba7e3..718fc99d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout vscode-openshift-tools uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 - name: Install dependencies @@ -88,7 +88,7 @@ jobs: - name: Checkout vscode-openshift-tools uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 - name: Install dependencies