From 93d49e686433773415211710c863c4783490a49a Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:41:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/build.yml | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0820c0..4569c86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: contents: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Set up JDK uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: @@ -72,7 +72,7 @@ jobs: - build if: github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != '' && !endsWith(github.event.inputs.releaseVersion, 'SNAPSHOT') steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Create release shell: bash run: | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 82bcc11..4dcaa0f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ kotlin = "1.9.23" kover = "0.7.6" robolectric = "4.12.1" robolectricAndroidAll = "14-robolectric-10818077" -robolectricExtensionGradlePlugin = "0.5.0" +robolectricExtensionGradlePlugin = "0.5.1" # Use when bom also added to the dependencies sources = "sources"