Skip to content

Commit 55782ec

Browse files
Bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `gradle/gradle-build-action` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 367830c commit 55782ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
distribution: temurin
5656
java-version: 17
5757

58-
- uses: gradle/[email protected].0
58+
- uses: gradle/[email protected].1
5959
env:
6060
ORG_GRADLE_PROJECT_githubUser: x-access-token
6161
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 17
2121

2222
- uses: gradle/[email protected]
23-
- uses: gradle/[email protected].0
23+
- uses: gradle/[email protected].1
2424
id: build
2525
env:
2626
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath

0 commit comments

Comments
 (0)