From 60d92e8611f86268d8bda464cf8c885ba4f437b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:52:51 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#835) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_ci.yml | 4 ++-- .github/workflows/push_ci.yml | 6 +++--- gradle/libs.versions.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index fabff470..26acce44 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: set up JDK 17 - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: java-version: '17' distribution: 'adopt' @@ -40,7 +40,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 7da4a156..a1e47803 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -28,7 +28,7 @@ jobs: submodules: 'recursive' fetch-depth: 0 - name: set up JDK 17 - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: java-version: '17' distribution: 'adopt' @@ -50,7 +50,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: | ~/.cache/ccache @@ -198,7 +198,7 @@ jobs: git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: telegram-bot-api-binary key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 67ce3258..a31afb3f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -agp = "8.2.2" +agp = "8.3.0" appCenter = "5.0.4" kotlin = "1.9.22" -ksp = "1.9.22-1.0.17" +ksp = "1.9.22-1.0.18" lifecycle = "2.7.0" materialDialog = "3.3.0" sealedEnum = "0.7.0"