Skip to content

Commit ba07667

Browse files
authored
Merge pull request #42 from wimglenn/dependabot/github_actions/actions-infrastructure-76468cb07f
Bump actions/checkout from 5 to 6 in the actions-infrastructure group
2 parents 29f418c + e61aed7 commit ba07667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.12"
2323
- "3.13"
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
@@ -47,5 +47,5 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)