Merge pull request #173 from apache/dependabot/github_actions/actions/checkout-v2.3.2

Bump actions/checkout from v2.3.1 to v2.3.2
This commit is contained in:
Bruno P. Kinoshita 2020-08-10 21:49:04 +12:00 committed by GitHub
commit 9870779bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
experimental: true
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.0
with: