diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 4a33eb0b05..8d202b264e 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -24,7 +24,7 @@ jobs: CCACHE_BASEDIR: "${{ github.workspace }}" steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: 'true' fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index f74fcf4d17..abf6a922eb 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -26,7 +26,7 @@ jobs: if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }} && success() && github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: 'true' fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cache/ccache @@ -182,14 +182,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Clone Telegram Bot API run: | git clone --recursive https://github.com/tdlib/telegram-bot-api.git git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 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 8e86909dd6..8f892f10b1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ ksp = "2.0.21-1.0.25" lifecycle = "2.8.6" materialDialog = "3.3.0" sealedEnum = "0.7.0" -protobuf = "4.28.2" +protobuf = "4.28.3" [libraries] appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" } @@ -39,7 +39,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3. sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" } sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version.ref = "sealedEnum" } glide = { module = "com.github.bumptech.glide:glide", version = "4.16.0" } -byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.15.5" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.15.7" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" } flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" } davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" }