Skip to content

Commit f7ce6c1

Browse files
Bump gradle/gradle-build-action from 3.4.2 to 3.5.0 (#239)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e63b8c commit f7ce6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
distribution: temurin
1818
java-version: 17
1919

20-
- uses: gradle/gradle-build-action@v3.4.2
20+
- uses: gradle/gradle-build-action@v3.5.0
2121
with:
2222
arguments: --configuration-cache test

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 17
2323

2424
- uses: gradle/[email protected]
25-
- uses: gradle/gradle-build-action@v3.4.2
25+
- uses: gradle/gradle-build-action@v3.5.0
2626
id: build
2727
env:
2828
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: temurin
2121
java-version: 17
2222
- uses: gradle/[email protected]
23-
- uses: gradle/gradle-build-action@v3.4.2
23+
- uses: gradle/gradle-build-action@v3.5.0
2424
env:
2525
# Eksluder test dependencies
2626
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath

0 commit comments

Comments
 (0)