Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 1248434

Browse files
Bump gradle/gradle-build-action from 3.4.1 to 3.4.2
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc80df8 commit 1248434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basicCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
distribution: temurin
1717
java-version: 11
18-
- uses: gradle/[email protected].1
18+
- uses: gradle/[email protected].2
1919
with:
2020
gradle-version: 6.5
2121
- run: gradle clean build

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Validate Gradle wrapper
2020
uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142
2121
- name: Publish package
22-
uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88
22+
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
2323
with:
2424
arguments: publish
2525
env:

0 commit comments

Comments
 (0)