From ba5de8eee81187aab66629a9bf226e6f9a3d47e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:19:33 +0000 Subject: [PATCH 1/2] Bump com.google.truth:truth from 1.4.2 to 1.4.3 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 35c2045..f194baa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -117,7 +117,7 @@ dependencies { implementation("com.google.auto.value:auto-value:1.10.4") implementation("com.google.auto.value:auto-value-annotations:1.10.4") testImplementation("junit:junit:4.13.2") - testImplementation("com.google.truth:truth:1.4.2") + testImplementation("com.google.truth:truth:1.4.3") testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23") testImplementation("com.google.testing.compile:compile-testing:0.21.0") testImplementation("com.ryanharter.auto.value:auto-value-moshi-extension:1.1.0") From 3a1285b1cb71d00d7990764bb48bf63101380d5a Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Wed, 30 Apr 2025 01:52:25 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a336a78..c3519ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 - name: Configure JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: '17' @@ -43,7 +43,7 @@ jobs: - name: (Fail-only) Upload build reports if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reports path: |