diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 56f0d129..774cdc1b 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Prepare Environment @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Prepare Environment @@ -86,7 +86,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired @@ -153,7 +153,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Use Node.js 18.x - # uses: actions/setup-node@v3 + # uses: actions/setup-node@v4 # with: # node-version: 18.x # - name: Prepare Environment @@ -180,7 +180,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Use Node.js 18.x - # uses: actions/setup-node@v3 + # uses: actions/setup-node@v4 # with: # node-version: 18.x # - name: Prepare Environment diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4e9aa317..0e66ba17 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Prepare Environment @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index f2a867a1..11b0cbd4 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 - name: Prepare Environment