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 1b1147d + bcc1d65 commit 7f39c8bCopy full SHA for 7f39c8b
1 file changed
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
python-version: ["3.7", "3.8", "3.9"]
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v4
23
with:
0 commit comments