1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 14:37:00 +09:00

Steps not actions

This commit is contained in:
Danny McCormick 2019-07-25 22:59:00 -04:00 committed by GitHub
parent 68f6734126
commit 7fe1ba03a3
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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