From 821cdfcb2188022f93f181302791a86e6b1d7962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 09:26:05 -0400 Subject: Bump actions/checkout from 2 to 2.3.4 (#1017) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62cd2b0..7d983b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - {VERSION: "2.7", TOXENV: "docs"} name: "${{ matrix.PYTHON.TOXENV }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Setup python uses: actions/setup-python@v2 with: @@ -69,7 +69,7 @@ jobs: - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster"} name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - run: tox -v env: TOXENV: ${{ matrix.TEST.TOXENV }} -- cgit v1.2.1