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/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6

- name: Check Platforms Table
run: ./gradlew updateDocsChangelog --info --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6
- name: Dump Platforms Table
run: ./gradlew dumpPlatformTable --no-configuration-cache --info --stacktrace
- name: Verify Platforms Table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6
- name: Run Properties Update
run: ./gradlew updateProperties --info --stacktrace
- name: Verify Properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6
- name: Run Protobuf Conformance Test Generation
run: ./gradlew tests:protobuf-conformance:bufGenerateCommonMain --info --stacktrace
- name: Check if protobuf-conformance test is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf-well-known-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6
- name: Run Protobuf WKT Generation
run: ./gradlew :protobuf:protobuf-wkt:bufGenerateCommonMain --info --stacktrace
- name: Check if Well-Known Types are up-to-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v6

- name: Check Platforms Table
run: ./gradlew updateDocsChangelog --info --stacktrace
Expand Down
Loading