diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2021-12-03 14:00:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 12:00:25 +0100 |
commit | 1947f891db9fdd1a4aea2cfd55701a531f3c24e4 (patch) | |
tree | 89475362a5d9b4293366c4c852aa7816333a19da | |
parent | f6d4a63c7f38bf4b707a7d5eb9ddf781072d55cf (diff) |
chore(ci): update `setup-python` action version (#12965)
-rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 86fb0d727..46db29faf 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -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 |