Skip to content

Commit

Permalink
Merge pull request #194 from ytai/UpdateGitHubAction
Browse files Browse the repository at this point in the history
Update github action
  • Loading branch information
hannesa2 authored Sep 7, 2020
2 parents 6576d08 + a7bceb6 commit 3abe10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
java_version: [1.8]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Install JDK ${{ matrix.java_version }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Install JDK 1.8
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 @@ -13,5 +13,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.2
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 3abe10a

Please sign in to comment.