Skip to content

Commit f60deaf

Browse files
Bump gradle/gradle-build-action from 2 to 3 (#375)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc9b1cf commit f60deaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- uses: gradle/wrapper-validation-action@v2
10-
- uses: gradle/gradle-build-action@v2
10+
- uses: gradle/gradle-build-action@v3
1111
name: Check Fladle
1212
with:
1313
job-id: jdk8
1414
arguments: assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
15-
- uses: gradle/gradle-build-action@v2
15+
- uses: gradle/gradle-build-action@v3
1616
name: Publish Snapshot
1717
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
1818
with:

0 commit comments

Comments
 (0)