Skip to content

Commit b8f2002

Browse files
Bump actions/checkout from 2 to 4 (#27)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8892ac4 commit b8f2002

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout reposistory
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Checkout submodules
1515
run: git submodule update --init --recursive
1616
- name: set up JDK 17

.github/workflows/android-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout reposistory
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Checkout submodules
1414
run: git submodule update --init --recursive
1515
- name: set up JDK 17

.github/workflows/android-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout repository
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Checkout submodules
1010
run: git submodule update --init --recursive
1111
- name: set up JDK 17

0 commit comments

Comments
 (0)