Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored and GitHub committed Jul 23, 2019
1 parent 2681e89 commit 08eab17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ actions:
From local file:
```yaml
actions:
- uses: actions/checkout@latest
- uses: actions/setup-java@latest
- uses: actions/checkout@master
- uses: actions/setup-java@master
with:
version: 4.0.0
architecture: x64
Expand All @@ -41,9 +41,9 @@ jobs:
java: [ 1.6, 9.0.x, 12.0.2 ]
name: Java ${{ matrix.java }} sample
actions:
- uses: actions/checkout@latest
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@latest
uses: actions/setup-java@master
with:
version: ${{ matrix.java }}
architecture: x64
Expand Down

0 comments on commit 08eab17

Please sign in to comment.