Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-20 19:03:48 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-20 19:04:45 +0300
commit82382efe9d9df8db62960db89dc78c9b9cc2fd51 (patch)
tree2e91b205ac071e7f86bcfbc5ab24cee7b8b9ccc3 /.github
parent18b2707b2ac621f23f8ee6a7ca19bf1590be7826 (diff)
CI: Update deadsnake/action to 2.0.1
The "add-path" problem is fixed at 2.0.1. refs: https://github.com/deadsnakes/issues/issues/135
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f90d4aeb7..89dc8fde9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,12 +42,10 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Set up Python ${{ matrix.python }} (deadsnakes)
- uses: deadsnakes/action@v1.0.0
+ uses: deadsnakes/action@v2.0.1
if: endsWith(matrix.python, '-dev')
with:
python-version: ${{ matrix.python }}
- env:
- ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Check Python version
run: python --version
- name: Install graphviz