Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DanySK/build-check-deploy-gradle-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.11
Choose a base ref
...
head repository: DanySK/build-check-deploy-gradle-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.12
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 11, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0aecaf3 View commit details
  2. chore(release): 1.2.12 [skip ci]

    ### [1.2.12](1.2.11...1.2.12) (2022-04-11)
    
    ### Dependency updates
    
    * **core-deps:** update actions/setup-java action to v3.1.1 ([0aecaf3](0aecaf3))
    semantic-release-bot committed Apr 11, 2022
    Copy the full SHA
    ce875a3 View commit details
Showing with 8 additions and 1 deletion.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 action.yml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.2.12](https://github.com/DanySK/build-check-deploy-gradle-action/compare/1.2.11...1.2.12) (2022-04-11)


### Dependency updates

* **core-deps:** update actions/setup-java action to v3.1.1 ([0aecaf3](https://github.com/DanySK/build-check-deploy-gradle-action/commit/0aecaf367c03872de907a5bfadb5a86a181072e0))

### [1.2.11](https://github.com/DanySK/build-check-deploy-gradle-action/compare/1.2.10...1.2.11) (2022-04-11)


2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ runs:
if: inputs.should-validate-wrapper == 'true'
uses: gradle/wrapper-validation-action@v1.0.4
- name: Setup Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}