diff --git a/.github/workflows/maven-service-build.yml b/.github/workflows/maven-service-build.yml index 40959b2..0886f5c 100644 --- a/.github/workflows/maven-service-build.yml +++ b/.github/workflows/maven-service-build.yml @@ -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 }} diff --git a/.github/workflows/maven-service-deploy.yml b/.github/workflows/maven-service-deploy.yml index 7e435af..e9c5d54 100644 --- a/.github/workflows/maven-service-deploy.yml +++ b/.github/workflows/maven-service-deploy.yml @@ -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 }} diff --git a/.github/workflows/maven-swag-deploy.yml b/.github/workflows/maven-swag-deploy.yml index 28faad7..99f625d 100644 --- a/.github/workflows/maven-swag-deploy.yml +++ b/.github/workflows/maven-swag-deploy.yml @@ -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 diff --git a/.github/workflows/maven-thrift-build.yml b/.github/workflows/maven-thrift-build.yml index 1274013..6276e76 100644 --- a/.github/workflows/maven-thrift-build.yml +++ b/.github/workflows/maven-thrift-build.yml @@ -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: