We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3101eee + f5acac7 commit 34b3cf4Copy full SHA for 34b3cf4
.github/workflows/test-matrix.yml
@@ -27,7 +27,7 @@ jobs:
27
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
28
name: ${{ matrix.config[1] }}
29
steps:
30
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
31
with:
32
persist-credentials: false
33
- name: Set up Python
0 commit comments