1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Updates setup-python action version

Version `v1` is no longer supported.
This commit is contained in:
Nikita Sobolev 2021-12-02 18:10:33 +03:00 committed by GitHub
parent 14f4102ece
commit 61c1895dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}
- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: "3.8"
architecture: x64