From 3e35cdd4d54f04151a04c6de886d56d62ecd0a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 14:18:54 -0400 Subject: [PATCH] chore(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#784) --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index b4babec95..71fdbe3c4 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@v2.3.0 + uses: actions/setup-node@v2.4.0 with: node-version: ${{ matrix.node-version }} - name: Lint diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5968bb45e..3f305a2fd 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v2.4.0 with: node-version: ${{ matrix.node-version }} - name: Set Node.js packages yarn cache directory