Skip to content

Commit c28cf5a

Browse files
authored
Merge pull request #60 from Kotlin-Android-Open-Source/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents ecf4e51 + 50aa7b7 commit c28cf5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up JDK
1919
uses: actions/setup-java@v3

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

+1-1
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@v3
1010
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)