From e4501d4e026c5c9f19cb1bf27823b7ad6cea749e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:03:02 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa8b0d359..68153db980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: dependabolt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Run dependabolt if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/') uses: docker://ghcr.io/malept/dependabolt-action:2.1.3 @@ -28,7 +28,7 @@ jobs: steps: - name: Fix git checkout line endings run: git config --global core.autocrlf input - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Use Node.js 10.x uses: actions/setup-node@v2.1.5 with: @@ -77,7 +77,7 @@ jobs: steps: - name: Fix git checkout line endings run: git config --global core.autocrlf input - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Windows specific setup if: matrix.os == 'windows-latest' run: |