We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ff454 commit cf69450Copy full SHA for cf69450
2 files changed
.github/workflows/ci-lint.yml
@@ -30,9 +30,9 @@ jobs:
30
- 'x64'
31
steps:
32
- name: Checkout Repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
34
- name: Set up Python ${{ matrix.python }}
35
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
36
with:
37
python-version: ${{ matrix.python }}
38
architecture: ${{ matrix.arch }}
.github/workflows/deploy-gh-pages.yml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
19
fetch-depth: 0
20
- name: Set up Python
21
22
23
python-version: '3.13'
24
- name: Install MkDocs
0 commit comments