mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Steps not actions
This commit is contained in:
parent
68f6734126
commit
7fe1ba03a3
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest]
|
operating-system: [ubuntu-latest, windows-latest]
|
||||||
actions:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user