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:
parent
f6d4a63c7f
commit
1947f891db
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