Skip to content

Commit a7daa03

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#203)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1b4939 commit a7daa03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
matrix:
1717
example: [ android ]
1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.0
2020
- uses: gradle/wrapper-validation-action@v3

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
androidBuild:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.1.7
13+
- uses: actions/checkout@v4.2.0
1414
- name: set up JDK
1515
uses: actions/setup-java@v4
1616
with:
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: android
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4.1.7
41+
uses: actions/checkout@v4.2.0
4242
with:
4343
fetch-depth: 0
4444
- name: Install JDK
@@ -65,7 +65,7 @@ jobs:
6565
xcode: ["14.2.0", "13.4.1"]
6666
macOS: ["macos-12"]
6767
steps:
68-
- uses: actions/checkout@v4.1.7
68+
- uses: actions/checkout@v4.2.0
6969
- name: Install gpg
7070
run: brew install gnupg
7171
- uses: maxim-lobanov/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.1.7
13+
uses: actions/checkout@v4.2.0
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)