Skip to content

Commit d04a8b7

Browse files
chore: bump the ci group across 1 directory with 3 updates (#536)
Co-authored-by: Arnold Loubriat <datatriny@gmail.com>
1 parent f4a4c42 commit d04a8b7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- uses: actions/checkout@v4
113-
- uses: actions/setup-java@v3
113+
- uses: actions/setup-java@v4
114114
with:
115115
distribution: 'temurin'
116116
java-version: '17'
117-
- uses: android-actions/setup-android@v2
117+
- uses: android-actions/setup-android@v3
118118
- run: sdkmanager "platforms;android-30"
119119
- run: sdkmanager "build-tools;33.0.2"
120120
- run: cp platforms/android/classes.dex platforms/android/classes.dex.orig

.github/workflows/release-please.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ on:
22
push:
33
branches:
44
- main
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
510
name: release-please
11+
612
jobs:
713
release-please:
814
runs-on: ubuntu-latest
915
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v3
11-
with:
12-
command: manifest
16+
- uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)