mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 01:25:18 +00:00
Update action-jdk-build to v0.0.14 (#39)
This commit is contained in:
parent
b39e4a841d
commit
7bf2909590
4
.github/workflows/maven-service-build.yml
vendored
4
.github/workflows/maven-service-build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
uses: valitydev/action-jdk-build@v0.0.14
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
uses: valitydev/action-jdk-build@v0.0.14
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
|
4
.github/workflows/maven-service-deploy.yml
vendored
4
.github/workflows/maven-service-deploy.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
uses: valitydev/action-jdk-build@v0.0.14
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
uses: valitydev/action-jdk-build@v0.0.14
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
|
2
.github/workflows/maven-swag-deploy.yml
vendored
2
.github/workflows/maven-swag-deploy.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
cache: npm
|
||||
|
2
.github/workflows/maven-thrift-build.yml
vendored
2
.github/workflows/maven-thrift-build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Install thrift
|
||||
uses: valitydev/action-setup-thrift@v1.0.1
|
||||
uses: valitydev/action-setup-thrift@v1.0.2
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user