Skip to content

Commit 0a4d1a9

Browse files
Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 (#236)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87448fb commit 0a4d1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

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

24-
- uses: gradle/[email protected].1
24+
- uses: gradle/[email protected].2
2525
- uses: gradle/[email protected]
2626
id: build
2727
env:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: temurin
2121
java-version: 17
22-
- uses: gradle/[email protected].1
22+
- uses: gradle/[email protected].2
2323
- uses: gradle/[email protected]
2424
env:
2525
# Eksluder test dependencies

0 commit comments

Comments
 (0)