Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3e0c421

Browse files
author
Danny McCormick
authored
1 parent c0655dd commit 3e0c421

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic:
1313
```yaml
1414
steps:
1515
- uses: actions/checkout@latest
16-
- uses: actions/setup-java@latest
16+
- uses: actions/setup-java@v1
1717
with:
1818
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)
1919
architecture: x64 // (x64 or x86) - defaults to x64
@@ -24,7 +24,7 @@ From local file:
2424
```yaml
2525
steps:
2626
- uses: actions/checkout@master
27-
- uses: actions/setup-java@master
27+
- uses: actions/setup-java@v1
2828
with:
2929
version: 4.0.0
3030
architecture: x64
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@master
4545
- name: Setup java
46-
uses: actions/setup-java@master
46+
uses: actions/setup-java@v1
4747
with:
4848
version: ${{ matrix.java }}
4949
architecture: x64

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-java",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "setup java action",
66
"main": "lib/setup-java.js",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy