Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 23, 2024
1 parent 4409a2c commit 6df315f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macrobenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ compose = "1.6.0-rc01"
compose-compiler = "1.5.6"
compose-material3 = "1.2.0-beta02"
composesnapshot = "-"
dependencyAnalysis = "1.28.0"
dependencyAnalysis = "1.29.0"
dokka = "1.9.10"
googledagger = "2.50"
gradlePlugin = "8.2.1"
gradlePlugin = "8.2.2"
gradlePublishPlugin = "0.27.0"
io-coil-kt = "2.5.0"
junit = "4.13.2"
Expand All @@ -55,8 +55,8 @@ protobuf = "3.25.2"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
snapshot-android = "1.0.4"
spotless = "6.24.0"
truth = "1.2.0"
spotless = "6.25.0"
truth = "1.3.0"
wearcompose = "1.3.0-rc01"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
Expand Down

0 comments on commit 6df315f

Please sign in to comment.