Skip to content

Commit

Permalink
Merge pull request #36 from opwvhk/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
opwvhk authored Sep 10, 2023
2 parents 13a62bf + c5d6bd7 commit c49a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
# Note: this action must be first, as actions/setup-java needs it to set up the maven cache
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit c49a16d

Please sign in to comment.