Skip to content

Commit 3aa9129

Browse files
renovate[bot]atick-faisal
authored andcommitted
Update all dependencies
1 parent 17739fd commit 3aa9129

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: 💎 Setup Ruby & Bundler
124124
uses: ruby/setup-ruby@v1
125125
with:
126-
ruby-version: 4.0.5
126+
ruby-version: 4.0.6
127127
bundler-cache: true
128128

129129
- name: 📜 Set up Google Services

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read # Required for Claude to read CI results on PRs
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 1
3232

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# ... PROJECT ...
44
java = "21"
5-
kotlin = "2.4.0"
6-
androidGradlePlugin = "9.2.1"
5+
kotlin = "2.4.10"
6+
androidGradlePlugin = "9.3.0"
77
gmsPlugin = "4.5.0"
88
ksp = "2.3.10"
99
dokka = "2.2.0"

0 commit comments

Comments
 (0)