Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Bump gradle/actions from 3.5.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.1.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 99ee447 commit d6ab700
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 2
- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3.5.0
uses: gradle/actions/wrapper-validation@v4.1.0

- name: Setup JDK ${{ inputs.java }} with cache
if: ${{ inputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 2
- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3.5.0
uses: gradle/actions/wrapper-validation@v4.1.0

- name: setup jdk ${{ inputs.java }}
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3.5.0
uses: gradle/actions/wrapper-validation@v4.1.0

- name: Setup JDK ${{ inputs.java }} with cache
if: ${{ inputs.cache }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3.5.0
uses: gradle/actions/wrapper-validation@v4.1.0

- name: Setup JDK ${{ inputs.java }} with cache
if: ${{ inputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 2
- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3.5.0
uses: gradle/actions/wrapper-validation@v4.1.0

- name: Setup JDK ${{ inputs.java }}
uses: actions/[email protected]
Expand Down

0 comments on commit d6ab700

Please sign in to comment.