We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac8fca commit 2a6166cCopy full SHA for 2a6166c
2 files changed
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ on:
5
branches: main
6
jobs:
7
build:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
9
steps:
10
- name: checkout
11
uses: actions/checkout@v2
@@ -15,7 +15,7 @@ jobs:
15
- name: set up Python
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.8
+ python-version: 3.9
19
20
- name: install mkdocs
21
run: |
.github/workflows/test.yml
@@ -3,15 +3,15 @@ name: build tutorial
3
on: [push, pull_request]
4
12
13
14
- name: Codespell action
uses: codespell-project/actions-codespell@master
0 commit comments