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 96853a6 + 66f93a5 commit 69a7024Copy full SHA for 69a7024
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
# git checkout
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
15
# python setup
16
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/test-matrix.yml
@@ -26,7 +26,7 @@ jobs:
26
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
27
name: ${{ matrix.config[1] }}
28
29
- - uses: actions/checkout@v5
30
with:
31
persist-credentials: false
32
- name: Set up Python
0 commit comments