Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
lprimak committed May 6, 2024
2 parents bb0424c + c69b9c3 commit 242cda9
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@v4.1.4
uses: actions/checkout@v4.1.5

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

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

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

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

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

0 comments on commit 242cda9

Please sign in to comment.