Skip to content

Commit 6651feb

Browse files
authored
Merge pull request #84 from AppDevNext/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2 parents f9517cc + 76e8e10 commit 6651feb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v2.4.0
1818
- name: set up JDK 11
1919
uses: actions/setup-java@v2
2020
with:

.github/workflows/Android-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@v2.3.5
14+
uses: actions/checkout@v2.4.0
1515
with:
1616
fetch-depth: 0
1717
- 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
@@ -12,5 +12,5 @@ jobs:
1212
name: "Validation"
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.5
15+
- uses: actions/checkout@v2.4.0
1616
- uses: gradle/wrapper-validation-action@v1.0.4

0 commit comments

Comments
 (0)