Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#26)
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 Apr 23, 2024
1 parent f60e1a4 commit 76fb8df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
contents: read

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version-file: '.java-version'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3.3.1
- name: Build with Gradle Wrapper
run: ./gradlew build koverXmlReport publish
env:
Expand All @@ -30,7 +30,7 @@ jobs:
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}'
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}'
- name: Upload coverage report
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: ${{ hashFiles('build/reports/kover/report.xml') != '' }}
with:
name: kover-report
Expand All @@ -48,7 +48,7 @@ jobs:

steps:
- name: Download coverage report
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
name: kover-report
- name: Comment branch coverage report to PR
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
androidBuildTools = "34.0.0"
androidCompileSdk = "34"
androidGradle = "8.3.1"
androidGradle = "8.3.2"
androidMinimumSdk = "14"
androidxTestExtJunit = "1.1.5"
detekt = "1.23.6"
Expand All @@ -12,7 +12,7 @@ junit5 = "5.10.2"
jvmToolchain = "17"
kotlin = "1.9.23"
kover = "0.7.6"
robolectric = "4.12"
robolectric = "4.12.1"
robolectricAndroidAll = "14-robolectric-10818077"
# Use when bom also added to the dependencies
sources = "sources"
Expand Down

0 comments on commit 76fb8df

Please sign in to comment.