Skip to content

Commit 5a822b8

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6a9918 commit 5a822b8

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@v3.1.0
14+
uses: actions/checkout@v3.2.0
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.1.0
18+
uses: actions/checkout@v3.2.0
1919
with:
2020
fetch-depth: 0
2121
- name: Install JDK ${{ matrix.java_version }}
@@ -60,7 +60,7 @@ jobs:
6060
java_version: [ 11 ]
6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v3.1.0
63+
uses: actions/checkout@v3.2.0
6464
with:
6565
fetch-depth: 0
6666
- 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.1.0
9+
- uses: actions/checkout@v3.2.0
1010
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)