Skip to content

Commit

Permalink
Merge pull request #60 from Kotlin-Android-Open-Source/renovate/actio…
Browse files Browse the repository at this point in the history
…ns-checkout-3.x

Update actions/checkout action to v3
  • Loading branch information
hoc081098 authored Mar 1, 2022
2 parents ecf4e51 + 50aa7b7 commit c28cf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1

0 comments on commit c28cf5a

Please sign in to comment.