Skip to content

Commit

Permalink
Merge pull request #483 from jboss-logging/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…2.1/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
jamezp authored Oct 14, 2024
2 parents b2a4530 + e7dc72f commit a02535d
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 @@ -19,7 +19,7 @@ jobs:
java: ['11', '17']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit a02535d

Please sign in to comment.