Skip to content

Commit cff9db1

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57e3fe1 commit cff9db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- {python-version: "pypy-3.9", tox-python-version: "pypy3"}
1717
- {python-version: "3.11", tox-python-version: "py311"}
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v6
@@ -205,7 +205,7 @@ jobs:
205205
tox_env: 'pypy311-pytest84-xdist38-coverage710'
206206
os: 'macos-latest'
207207
steps:
208-
- uses: actions/checkout@v5
208+
- uses: actions/checkout@v6
209209
with:
210210
fetch-depth: 0
211211
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)