1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore(ci): update setup-python action version (#12965)

This commit is contained in:
Nikita Sobolev 2021-12-03 14:00:25 +03:00 committed by GitHub
parent f6d4a63c7f
commit 1947f891db
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