Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
dmlloyd authored Sep 20, 2023
2 parents e22af76 + 6e922d3 commit 00c2821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Check out project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: jboss-parent-pom

Expand All @@ -38,7 +38,7 @@ jobs:
mvn -B -ntp install
- name: Check out WildFly Common
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: wildfly/wildfly-common
path: wildfly-common
Expand All @@ -51,7 +51,7 @@ jobs:
mvn -B -ntp install -Djava8.home=${{env.JAVA_HOME_8_X64}} -Djava11.home=${{env.JAVA_HOME_11_X64}}
- name: Check out WildFly Maven Plugin
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: wildfly/wildfly-maven-plugin
path: wildfly-maven-plugin
Expand Down

0 comments on commit 00c2821

Please sign in to comment.