mirror of
https://github.com/actions/setup-java.git
synced 2025-07-01 05:14:17 +00:00
Bump actions to v3 (#314)
This commit is contained in:
parent
d2e3f417a9
commit
cd35109007
9 changed files with 63 additions and 62 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Node.JS 16
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue