Skip to content

Commit

Permalink
Merge pull request #233 from chrovis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
xckitahara authored May 12, 2021
2 parents 846f525 + 33629a6 commit cefd546
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
coverage:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Cache m2 repository
uses: actions/cache@v2.1.5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name : master base sha
id : master_base_sha
if : github.ref == 'refs/heads/master'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
java: [ '8', '11', '16', '17-ea']
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit cefd546

Please sign in to comment.