Skip to content

Commit

Permalink
ci(deps): update danysk/build-check-deploy-gradle-action action to v3…
Browse files Browse the repository at this point in the history
….5.27 (#902)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[DanySK/build-check-deploy-gradle-action](https://redirect.github.com/DanySK/build-check-deploy-gradle-action)
| action | patch | `3.5.26` -> `3.5.27` |

---

### Release Notes

<details>
<summary>DanySK/build-check-deploy-gradle-action
(DanySK/build-check-deploy-gradle-action)</summary>

###
[`v3.5.27`](https://redirect.github.com/DanySK/build-check-deploy-gradle-action/blob/HEAD/CHANGELOG.md#3527-2024-12-18)

[Compare
Source](https://redirect.github.com/DanySK/build-check-deploy-gradle-action/compare/3.5.26...3.5.27)

##### Dependency updates

- **core-deps:** update actions/setup-java action to v4.6.0
([#&#8203;826](https://redirect.github.com/DanySK/build-check-deploy-gradle-action/issues/826))
([d760046](https://redirect.github.com/DanySK/build-check-deploy-gradle-action/commit/d76004669dc6c198761172639e16b7cdcfd935b2))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Protelis/Protelis-Demo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2a6d627 commit 9760f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].26
- uses: DanySK/[email protected].27
with:
# check that all tasks used in subsequent phases are there
should-validate-wrapper: ${{ contains('Linux', runner.os) }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: package.json
- uses: DanySK/[email protected].26
- uses: DanySK/[email protected].27
with:
java-version: 8
build-command: true
Expand Down

0 comments on commit 9760f3f

Please sign in to comment.