mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
switch actions to v3
This commit is contained in:
parent
0aa6f2a84f
commit
beda3da693
9 changed files with 62 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