Skip to content

Commit 6089e1c

Browse files
dependabot[bot]hannesa2
authored andcommitted
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1548a2d commit 6089e1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v2.3.4
14+
uses: actions/checkout@v2.3.5
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
@@ -11,7 +11,7 @@ jobs:
1111
java_version: [ 11 ]
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2.3.4
14+
uses: actions/checkout@v2.3.5
1515
with:
1616
fetch-depth: 0
1717
- name: Install JDK ${{ matrix.java_version }}
@@ -57,7 +57,7 @@ jobs:
5757
java_version: [ 11 ]
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v2.3.4
60+
uses: actions/checkout@v2.3.5
6161
with:
6262
fetch-depth: 0
6363
- 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@v2
9+
- uses: actions/checkout@v2.3.5
1010
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)