Skip to content

Commit 8cec0ad

Browse files
authored
Merge branch 'AppDevNext:master' into master
2 parents f5e37fe + 4cca9f3 commit 8cec0ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.5.0
14+
uses: actions/checkout@v3.5.2
1515
with:
1616
fetch-depth: 0
1717
- name: Install JDK

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java_version: [ 11 ]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.5.0
18+
uses: actions/checkout@v3.5.2
1919
with:
2020
fetch-depth: 0
2121
- name: Install JDK ${{ matrix.java_version }}
@@ -62,7 +62,7 @@ jobs:
6262
java_version: [ 11 ]
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v3.5.0
65+
uses: actions/checkout@v3.5.2
6666
with:
6767
fetch-depth: 0
6868
- name: Install JDK ${{ matrix.java_version }}

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.0
9+
- uses: actions/checkout@v3.5.2
1010
- uses: gradle/wrapper-validation-action@v1

MPChartLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.library'
33
id 'maven-publish'
4-
id "com.vanniktech.maven.publish" version "0.24.0"
4+
id "com.vanniktech.maven.publish" version "0.25.2"
55
}
66

77
ext {

0 commit comments

Comments
 (0)