Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Validate Gradle wrapper
# gradle/actions/wrapper-validation v4.4.4
uses: gradle/actions/wrapper-validation@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60
uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92

- name: Build and test
run: ./gradlew --no-daemon assemble test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Validate Gradle wrapper
# gradle/actions/wrapper-validation v4.4.4
uses: gradle/actions/wrapper-validation@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60
uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92

# Scoped to lib/cli/tests. samples/ contains demo packages with
# underscored names and filenames that intentionally don't follow the
Expand Down
Loading