From 74a9bccd50f2a8477a54ec087d846191eab407fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:31:48 -0600 Subject: [PATCH] deps: bump the ci-dependencies group with 1 update (#130) * 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] * Update .github/workflows/pull_request.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Davis --- .github/workflows/pull_request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index aa2f758..16ccd11 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + show-progress: false - name: ⎔ Setup Node.js uses: actions/setup-node@v3