Skip to content

Commit

Permalink
Merge branch 'main' into z/kotlin1920
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Sep 20, 2023
2 parents 6e6307c + 004f3b2 commit 62b69df
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
needs: 'build'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Export JDK version
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ livereload==2.6.3
lunr==0.7.0.post1
Markdown==3.4.4
MarkupSafe==2.1.3
mkdocs==1.5.2
mkdocs==1.5.3
mkdocs-macros-plugin==1.0.4
mkdocs-material==9.2.7
mkdocs-material==9.3.2
mkdocs-material-extensions==1.1.1
Pygments==2.16.1
pymdown-extensions==10.3
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Self-hosted Renovate
uses: renovatebot/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.1.1"
anvil = "2.4.7"
anvil = "2.4.8"
bugsnagGradle = "8.0.1"
compose-jb = "1.5.0"
compose-jb = "1.5.1"
coroutines = "1.7.3"
dependencyAnalysisPlugin = "1.21.0"
dependencyAnalysisPlugin = "1.22.0"
detekt = "1.23.1"
dokka = "1.9.0"
errorproneGradle = "3.0.1"
Expand Down

0 comments on commit 62b69df

Please sign in to comment.