mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 17:08:20 +02:00
Update actions/core to 1.10.0 for v2 (#533)
This commit is contained in:
parent
7f80679172
commit
75f3110429
10 changed files with 4336 additions and 538 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-20.04, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue