From db90268a40561ccf6cd9980eed4df3c65dc0c29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:19:46 +0000 Subject: [PATCH 1/2] build(deps): bump the ci-dependencies group with 1 update Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index aa2f758..a02ac1b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ⎔ Setup Node.js uses: actions/setup-node@v3 From b021a503e21e535dbe31b6cde0e8628f678d054e Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Mon, 9 Oct 2023 11:30:48 -0600 Subject: [PATCH 2/2] Update .github/workflows/pull_request.yml --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a02ac1b..16ccd11 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,6 +18,8 @@ jobs: steps: - name: ⬇️ Checkout code uses: actions/checkout@v4 + with: + show-progress: false - name: ⎔ Setup Node.js uses: actions/setup-node@v3