Skip to content

Commit

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

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
bdemers committed Jan 17, 2023
2 parents 20aec38 + 27ee8c2 commit 454e481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v3.2.0
uses: actions/checkout@v3.3.0

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

steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

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

steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

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

0 comments on commit 454e481

Please sign in to comment.