diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index 3c7fe4a..9fd5604 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -22,7 +22,7 @@ jobs: git cherry -v ssh-origin/${{ env.BRANCH }} | grep "+" >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Lint diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b02086c..9157407 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: yarn