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.
1 parent 5a8e303 commit a0dc67eCopy full SHA for a0dc67e
.github/workflows/test.yml
@@ -132,7 +132,7 @@ jobs:
132
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
133
134
steps:
135
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
136
with:
137
submodules: recursive
138
fetch-depth: 0
@@ -171,7 +171,7 @@ jobs:
171
check: ['style', 'doctest', 'typecheck']
172
173
174
175
- name: Set up Python ${{ matrix.python-version }}
176
uses: actions/setup-python@v4
177
0 commit comments