diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e4a7711b..62adc6b4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,7 +18,7 @@ jobs: run: echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6e0d11f5..5b9b5e42 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -44,7 +44,7 @@ jobs: ref: ${{ inputs.ref || '' }} - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json diff --git a/.github/workflows/release-flows.yml b/.github/workflows/release-flows.yml index 4ae374e2..493c972c 100644 --- a/.github/workflows/release-flows.yml +++ b/.github/workflows/release-flows.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index 0e49c80f..dae13688 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: 'yarn' node-version-file: package.json