Skip to content

Commit 5df2013

Browse files
Bump gradle/actions from 4.2.1 to 4.2.2
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@cc4fc85...0bdd871) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5a284f commit 5df2013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
4141
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
4242
- name: Setup Gradle
43-
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4
43+
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
4444

4545
- name: Build with Gradle Wrapper
4646
run: ./gradlew --no-daemon build asciidoctor
@@ -171,7 +171,7 @@ jobs:
171171
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
172172
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
173173
- name: Generate and submit dependency graph
174-
uses: gradle/actions/dependency-submission@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4
174+
uses: gradle/actions/dependency-submission@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
175175

176176
deploy-pages:
177177
environment:

0 commit comments

Comments
 (0)