Skip to content

Commit caf2254

Browse files
Bump gradle/actions from 4.2.2 to 4.3.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@0bdd871...94baf22) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e59922 commit caf2254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
distribution: 'temurin'
1414
java-version: 8
1515
- name: Setup Gradle
16-
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
16+
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b
1717
- name: gradle
1818
run: ./gradlew check dokkaHtml dokkaJavadoc

.github/workflows/gradle-wrapper-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
11-
- uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6
11+
- uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b

0 commit comments

Comments
 (0)