Skip to content

Commit f26bf21

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#1058)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e84e7b5 commit f26bf21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- {VERSION: "3.9", TOXENV: "docs"}
4242
name: "${{ matrix.PYTHON.TOXENV }}"
4343
steps:
44-
- uses: actions/checkout@v2.3.5
44+
- uses: actions/checkout@v2.4.0
4545
- name: Setup python
4646
uses: actions/[email protected]
4747
with:
@@ -66,7 +66,7 @@ jobs:
6666
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
6767
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
6868
steps:
69-
- uses: actions/checkout@v2.3.5
69+
- uses: actions/checkout@v2.4.0
7070
- run: tox -v
7171
env:
7272
TOXENV: ${{ matrix.TEST.TOXENV }}

0 commit comments

Comments
 (0)