Skip to content

Commit

Permalink
chore(ci): bump gradle/actions from 3 to 4 (#79)
Browse files Browse the repository at this point in the history
* chore(ci): bump gradle/actions from 3 to 4

Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim te Beek <tim@moderne.io>
  • Loading branch information
dependabot[bot] and timtebeek authored Aug 15, 2024
1 parent 8b4ec5f commit 66903ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
with:
fetch-depth: 0
show-progress: false
- uses: gradle/actions/wrapper-validation@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: Gr1N/setup-poetry@v8
- run: poetry --version
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4
- name: set-up-jdk
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: zulu
java-version: 17
- name: set-up-gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Extract version from ref
id: extract_version
Expand Down

0 comments on commit 66903ce

Please sign in to comment.