diff --git a/.github/workflows/build-and-publish-custom-component-dapr.yml b/.github/workflows/build-and-publish-custom-component-dapr.yml index 15b82272c..5ea8d1f54 100644 --- a/.github/workflows/build-and-publish-custom-component-dapr.yml +++ b/.github/workflows/build-and-publish-custom-component-dapr.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Use Node.js 16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 16 - name: 'Install dependencies and Build' diff --git a/.github/workflows/build-and-publish-onprem-mock.yml b/.github/workflows/build-and-publish-onprem-mock.yml index 1c855a6d5..f17a9ba2c 100644 --- a/.github/workflows/build-and-publish-onprem-mock.yml +++ b/.github/workflows/build-and-publish-onprem-mock.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Use Node.js 16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 16 - name: 'Install dependencies and Build' diff --git a/.github/workflows/build-docker-custom-component-dapr.yml b/.github/workflows/build-docker-custom-component-dapr.yml index 71ddb9d2a..646625cd8 100644 --- a/.github/workflows/build-docker-custom-component-dapr.yml +++ b/.github/workflows/build-docker-custom-component-dapr.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: 'Install dependencies and Build' diff --git a/.github/workflows/build-docker-hana-nodejs.yml b/.github/workflows/build-docker-hana-nodejs.yml index 947acba4a..a088ed334 100644 --- a/.github/workflows/build-docker-hana-nodejs.yml +++ b/.github/workflows/build-docker-hana-nodejs.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: 'Install dependencies and Build' diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 47de68bbc..4f498dffe 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v4 with: node-version: "22.x" - name: Install md-check-link