Skip to content

Commit

Permalink
Merge pull request #14 from lacky1991/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
lacky1991 committed Apr 27, 2022
2 parents f08d0e1 + 811aecf commit 23dae66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache Gradle Files
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 23dae66

Please sign in to comment.