mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
steps not actions
This commit is contained in:
parent
92bf570cdf
commit
596a6da241
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
actions:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
|
|
Loading…
Reference in a new issue