actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:24:28 -04:00 committed by GitHub
parent 08eab173fb
commit 92bf570cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
steps:
- uses: actions/checkout@latest
- uses: actions/setup-java@latest
with:
@ -22,7 +22,7 @@ actions:
From local file:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-java@master
with:
@ -40,7 +40,7 @@ jobs:
matrix:
java: [ 1.6, 9.0.x, 12.0.2 ]
name: Java ${{ matrix.java }} sample
actions:
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@master