Skip to content

Commit d268b6f

Browse files
Merge branch 'master' of github.com:heinrichreimer/material-intro
2 parents d839d67 + 8061b9a commit d268b6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- name: 📥 Check-out
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585
- name: 🚀 Create GitHub release
86-
uses: softprops/action-gh-release@v1
86+
uses: softprops/action-gh-release@v2
8787
with:
8888
name: Release ${{ github.ref_name }}
8989
fail_on_unmatched_files: true

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id("com.android.application") version "8.3.1" apply false
3-
id("com.android.library") version "8.3.1" apply false
4-
id("com.google.gms.google-services") version "4.4.1" apply false
5-
id("com.palantir.git-version") version "3.0.0" apply false
2+
id("com.android.application") version "8.5.0" apply false
3+
id("com.android.library") version "8.5.0" apply false
4+
id("com.google.gms.google-services") version "4.4.2" apply false
5+
id("com.palantir.git-version") version "3.1.0" apply false
66
}

0 commit comments

Comments
 (0)