Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
  • Loading branch information
renovate-self-hosted-apter[bot] authored May 8, 2024
1 parent ea0f46b commit 03b0fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 03b0fe4

Please sign in to comment.