Skip to content

Commit 5e24d58

Browse files
authored
Update gradle/actions action to v5 (#3736)
1 parent 44d0d2a commit 5e24d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-graph-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 21
2020

2121
- name: Generate and submit dependency graph
22-
uses: gradle/actions/dependency-submission@v4
22+
uses: gradle/actions/dependency-submission@v5
2323
env:
2424
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: "(?i)(^|:)(compileClasspath|runtimeClasspath|testCompileClasspath|testRuntimeClasspath)$"
2525
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: "(?i)(^|:)(classpath|.*PluginClasspath|kotlinCompilerClasspath|kaptClasspath|annotationProcessor|detachedConfiguration.*)$"

.github/workflows/gradle-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: ./gradlew check -x test -Ptask.times=true --continue
2626

2727
- name: Validate Gradle wrapper
28-
uses: gradle/actions/wrapper-validation@v4
28+
uses: gradle/actions/wrapper-validation@v5

0 commit comments

Comments
 (0)