Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/checkout-3' into dependabot/github_actions/master/actions/setup-java-3
  • Loading branch information
ljacqu committed Jul 25, 2023
2 parents 346acc2 + 15e4215 commit f8b5f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit f8b5f88

Please sign in to comment.