Skip to content

Commit d7c41d3

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#1461)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 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 ee0cc61 commit d7c41d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- {VERSION: "3.13", NOXSESSION: "mypy"}
5151
- {VERSION: "3.9", NOXSESSION: "docs"}
5252
steps:
53-
- uses: actions/checkout@v5.0.1
53+
- uses: actions/checkout@v6.0.0
5454
- name: Setup python
5555
uses: actions/setup-python@v6
5656
with:
@@ -72,7 +72,7 @@ jobs:
7272
- {CONTAINER: "ubuntu-rolling", NOXSESSION: "tests-cryptography-main"}
7373
name: "${{ matrix.TEST.NOXSESSION }} on ${{ matrix.TEST.CONTAINER }}"
7474
steps:
75-
- uses: actions/checkout@v5.0.1
75+
- uses: actions/checkout@v6.0.0
7676
- run: /venv/bin/pip install nox
7777
- run: /venv/bin/nox
7878
env:
@@ -93,7 +93,7 @@ jobs:
9393
- 3.12
9494
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
9595
steps:
96-
- uses: actions/checkout@v5.0.1
96+
- uses: actions/checkout@v6.0.0
9797
- name: Setup python
9898
uses: actions/setup-python@v6
9999
with:

0 commit comments

Comments
 (0)