Skip to content

Commit 34b3cf4

Browse files
Merge pull request #16 from collective/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3101eee + f5acac7 commit 34b3cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
2828
name: ${{ matrix.config[1] }}
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
3333
- name: Set up Python

0 commit comments

Comments
 (0)