Skip to content

Commit f1d46d8

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

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
@@ -47,7 +47,7 @@ jobs:
4747
- {VERSION: "3.9", TOXENV: "docs"}
4848
name: "${{ matrix.PYTHON.TOXENV }}"
4949
steps:
50-
- uses: actions/checkout@v2.4.0
50+
- uses: actions/checkout@v3
5151
- name: Setup python
5252
uses: actions/setup-python@v3
5353
with:
@@ -72,7 +72,7 @@ jobs:
7272
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
7373
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
7474
steps:
75-
- uses: actions/checkout@v2.4.0
75+
- uses: actions/checkout@v3
7676
- run: tox -v
7777
env:
7878
TOXENV: ${{ matrix.TEST.TOXENV }}

0 commit comments

Comments
 (0)