From 70bb489239e2e1423fc29865ebb49b6452e9928c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:36:01 -0400 Subject: [PATCH] build(deps): bump actions/setup-node from 3 to 4 (#300) --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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