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:
parent
14f4102ece
commit
61c1895dd2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wpt_epoch.yml
vendored
2
.github/workflows/wpt_epoch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue