mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 01:25:18 +00:00
Update all non-major dependencies (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
72996743be
commit
b39e4a841d
4
.github/workflows/erlang-thrift-build.yml
vendored
4
.github/workflows/erlang-thrift-build.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: valitydev/action-setup-thrift@v0.0.5
|
||||
- uses: valitydev/action-setup-thrift@v0.0.6
|
||||
with:
|
||||
thrift-version: '0.14.2.1'
|
||||
|
||||
- uses: erlef/setup-beam@v1.9
|
||||
- uses: erlef/setup-beam@v1.14
|
||||
id: beam
|
||||
with:
|
||||
otp-version: '24'
|
||||
|
2
.github/workflows/maven-library-deploy.yml
vendored
2
.github/workflows/maven-library-deploy.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy package
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.14
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.18
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
|
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.8
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
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.8
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
|
6
.github/workflows/maven-service-deploy.yml
vendored
6
.github/workflows/maven-service-deploy.yml
vendored
@ -37,14 +37,14 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.8
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
mvn-args: ${{ inputs.mvn-args }}
|
||||
|
||||
- name: Deploy image
|
||||
uses: valitydev/action-deploy-docker@v2.0.5
|
||||
uses: valitydev/action-deploy-docker@v2.0.11
|
||||
with:
|
||||
registry-username: ${{ github.actor }}
|
||||
registry-access-token: ${{ secrets.github-token }}
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.8
|
||||
uses: valitydev/action-jdk-build@v0.0.13
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
jdk-distribution: ${{ inputs.java-distribution }}
|
||||
|
4
.github/workflows/maven-swag-deploy.yml
vendored
4
.github/workflows/maven-swag-deploy.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
mvn versions:set versions:commit -DnewVersion="1.${{ steps.commit_info.outputs.COMMIT_NUMBER }}-${{ steps.commit_info.outputs.SHA_7 }}-server"
|
||||
|
||||
- name: Deploy server package
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.14
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.18
|
||||
with:
|
||||
server-username: ${{ secrets.server-username }}
|
||||
server-password: ${{ secrets.server-password }}
|
||||
@ -119,7 +119,7 @@ jobs:
|
||||
mvn --batch-mode versions:set versions:commit -DnewVersion="1.${{ steps.commit_info.outputs.COMMIT_NUMBER }}-${{ steps.commit_info.outputs.SHA_7 }}-client"
|
||||
|
||||
- name: Deploy client package
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.14
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.18
|
||||
with:
|
||||
server-username: ${{ secrets.server-username }}
|
||||
server-password: ${{ secrets.server-password }}
|
||||
|
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.0
|
||||
uses: valitydev/action-setup-thrift@v1.0.1
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
4
.github/workflows/maven-thrift-deploy.yml
vendored
4
.github/workflows/maven-thrift-deploy.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Install thrift
|
||||
uses: valitydev/action-setup-thrift@v0.0.5
|
||||
uses: valitydev/action-setup-thrift@v0.0.6
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
echo "::set-output name=SHA_7::${GITHUB_SHA::7}"
|
||||
id: commit_info
|
||||
- name: Deploy package
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.14
|
||||
uses: valitydev/action-deploy-jdk-package@v1.0.18
|
||||
with:
|
||||
jdk-version: ${{ inputs.java-version }}
|
||||
java-distribution: ${{ inputs.java-distribution }}
|
||||
|
Loading…
Reference in New Issue
Block a user