You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ See [action.yml](action.yml)
16
16
## Basic
17
17
```yaml
18
18
steps:
19
-
- uses: actions/checkout@v1
19
+
- uses: actions/checkout@v2
20
20
- uses: actions/setup-java@v1
21
21
with:
22
22
java-version: '9.0.4'# The JDK version to make available on the path. Takes a whole or semver JDK version, or 1.x syntax (e.g. 1.8 => Jdk 8.x). To specify a specific version for JDK 8 or older use the following pattern (8.0.x)
0 commit comments