Skip to content

Commit

Permalink
ci: bump up actions to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 23, 2020
1 parent cdfd0af commit bb8dd77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@722adc6
- uses: actions/checkout@5a4ac90
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@081536e
uses: actions/setup-java@d202f5d
with:
java-version: '11.0.x'
- uses: actions/cache@cffae95
- uses: actions/cache@0781355
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@722adc6
- uses: actions/checkout@5a4ac90
- name: Set up JDK 11
uses: actions/setup-java@081536e
uses: actions/setup-java@d202f5d
with:
java-version: '11.0.x'
- uses: actions/cache@cffae95
- uses: actions/cache@0781355
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit bb8dd77

Please sign in to comment.