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 b4bf322 commit e78cb69Copy full SHA for e78cb69
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
python-version: ["3.9", "3.10"]
10
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- name: Set up Python ${{ matrix.python-version }}
15
uses: actions/setup-python@v5
.github/workflows/project_docs.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
8
- name: Set up Python
0 commit comments