Skip to content

Commit 94cc028

Browse files
Bump actions/checkout from 4.1.2 to 4.1.6 (#1105)
* Bump actions/checkout from 4.1.2 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Updated compileSdkVersion --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LTphantom <aldobecerril@google.com>
1 parent bc420d0 commit 94cc028

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "samples/admob/rewarded_example"
3030
- "samples/admob/rewarded_interstitial_example"
3131
steps:
32-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
32+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3333
with:
3434
fetch-depth: 0
3535
- name: "Install Flutter"
@@ -60,7 +60,7 @@ jobs:
6060
- "samples/admob/rewarded_example"
6161
- "samples/admob/rewarded_interstitial_example"
6262
steps:
63-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
63+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
6464
with:
6565
fetch-depth: 0
6666
- name: "Install Flutter"
@@ -92,7 +92,7 @@ jobs:
9292
- "samples/admob/rewarded_example"
9393
- "samples/admob/rewarded_interstitial_example"
9494
steps:
95-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
95+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
9696
with:
9797
fetch-depth: 0
9898
- name: "Install Flutter"

.github/workflows/gma_mediation_applovin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-java@v4
@@ -56,7 +56,7 @@ jobs:
5656
- uses: swift-actions/setup-swift@v2
5757
with:
5858
swift-version: "5.7.2"
59-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
59+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
6060
with:
6161
fetch-depth: 0
6262
- name: "Install Flutter"
@@ -82,7 +82,7 @@ jobs:
8282
if: github.event_name == 'pull_request'
8383
timeout-minutes: 30
8484
steps:
85-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
85+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
8686
with:
8787
fetch-depth: 0
8888
- name: "Install Flutter"

.github/workflows/gma_mediation_dtexchange.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- name: "Install Flutter"

.github/workflows/gma_mediation_inmobi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- name: "Install Flutter"

.github/workflows/gma_mediation_ironsource.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-java@v4
@@ -55,7 +55,7 @@ jobs:
5555
- uses: swift-actions/setup-swift@v2
5656
with:
5757
swift-version: "5.7.2"
58-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
58+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5959
with:
6060
fetch-depth: 0
6161
- name: "Install Flutter"
@@ -81,7 +81,7 @@ jobs:
8181
if: github.event_name == 'pull_request'
8282
timeout-minutes: 30
8383
steps:
84-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
84+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
8585
with:
8686
fetch-depth: 0
8787
- name: "Install Flutter"

.github/workflows/gma_mediation_liftoffmonetize.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-java@v4
@@ -56,7 +56,7 @@ jobs:
5656
- uses: swift-actions/setup-swift@v2
5757
with:
5858
swift-version: "5.7.2"
59-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
59+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
6060
with:
6161
fetch-depth: 0
6262
- name: "Install Flutter"
@@ -83,7 +83,7 @@ jobs:
8383
if: github.event_name == 'pull_request'
8484
timeout-minutes: 30
8585
steps:
86-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
86+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
8787
with:
8888
fetch-depth: 0
8989
- name: "Install Flutter"

.github/workflows/gma_mediation_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- name: "Install Flutter"

.github/workflows/gma_mediation_mintegral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- name: "Install Flutter"

.github/workflows/gma_mediation_pangle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- name: "Install Flutter"

.github/workflows/gma_mediation_unity.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'pull_request'
3232
timeout-minutes: 30
3333
steps:
34-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
34+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-java@v4
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: macos-latest
5454
timeout-minutes: 40
5555
steps:
56-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
56+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5757
with:
5858
fetch-depth: 0
5959
- name: "Install Flutter"
@@ -80,7 +80,7 @@ jobs:
8080
if: github.event_name == 'pull_request'
8181
timeout-minutes: 30
8282
steps:
83-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
83+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
8484
with:
8585
fetch-depth: 0
8686
- name: "Install Flutter"

.github/workflows/google_mobile_ads.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.event_name == 'pull_request'
3535
timeout-minutes: 30
3636
steps:
37-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
37+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3838
with:
3939
fetch-depth: 0
4040
- uses: actions/setup-java@v4
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: macos-latest
5757
timeout-minutes: 40
5858
steps:
59-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
59+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
6060
with:
6161
fetch-depth: 0
6262
- name: "Install Flutter"
@@ -83,7 +83,7 @@ jobs:
8383
if: github.event_name == 'pull_request'
8484
timeout-minutes: 30
8585
steps:
86-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
86+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
8787
with:
8888
fetch-depth: 0
8989
- name: "Install Flutter"

packages/google_mobile_ads/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 33
25+
compileSdkVersion 34
2626

2727
if (project.android.hasProperty('namespace')) {
2828
namespace 'io.flutter.plugins.googlemobileads'

packages/mediation/gma_mediation_applovin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
namespace 'io.flutter.plugins.googlemobileads.mediation.gma_mediation_applovin'
3030
}
3131

32-
compileSdkVersion 33
32+
compileSdkVersion 34
3333

3434
compileOptions {
3535
sourceCompatibility JavaVersion.VERSION_11

packages/mediation/gma_mediation_unity/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
namespace 'io.flutter.plugins.googlemobileads.mediation.gma_mediation_unity'
3030
}
3131

32-
compileSdkVersion 33
32+
compileSdkVersion 34
3333

3434
compileOptions {
3535
sourceCompatibility JavaVersion.VERSION_11

0 commit comments

Comments
 (0)