Skip to content

Commit fad8188

Browse files
Update actions/checkout action to v4 (#124)
* Update actions/checkout action to v4 * Update actions/checkout action to v4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Russell Banks <[email protected]>
1 parent 20226b3 commit fad8188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Build with Gradle
1111
run: ./gradlew build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
name: Validate Gradle Wrapper
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Validate Gradle Wrapper
1212
uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)