diff options
| author | 2022-08-21 22:10:15 +0100 | |
|---|---|---|
| committer | 2022-08-21 22:27:59 +0100 | |
| commit | 917369f62c652dddb68de995918b5dec5f1b1a78 (patch) | |
| tree | 839ba85b80933039448a91d79ff70625700cf569 /.github | |
| parent | Bump all deps and add bot-core (diff) | |
Bump Dockerfile and CI to Python 3.10
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 0c0bc40..f28530f 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -39,7 +39,7 @@ jobs: id: python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.10' # This step caches our Python dependencies. To make sure we # only restore a cache when the dependencies, the python version, |