Skip to content

Commit

Permalink
Merge pull request #375 from apache/dependabot/github_actions/1.10.x/…
Browse files Browse the repository at this point in the history
…actions/checkout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
bdemers authored Oct 5, 2022
2 parents 5dc9bee + 74a8acf commit dac5e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Set up cache for ~./m2/repository
uses: actions/[email protected]
Expand Down

0 comments on commit dac5e23

Please sign in to comment.