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 e446c77 commit b21b274Copy full SHA for b21b274
.github/workflows/docs.yaml
@@ -23,7 +23,7 @@ jobs:
23
needs: docs
24
runs-on: ubuntu-22.04
25
steps:
26
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
27
- uses: actions/setup-python@v5.2.0
28
with:
29
python-version: "3.12"
.github/workflows/tests.yaml
@@ -109,7 +109,7 @@ jobs:
109
# We keep going when a job flagged as not stable fails.
110
continue-on-error: ${{ matrix.state == 'unstable' }}
111
112
113
114
- name: Set up Python ${{ matrix.python-version }}
115
uses: actions/setup-python@v5.2.0
0 commit comments