Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jimma committed Nov 17, 2023
1 parent e3c952f commit cf473c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Checkout jbossws-cxf
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build with Maven Java ${{ matrix.java }} ${{ matrix.profile }}
run: |
mvn -s ./.m2-settings.xml -fae ${{ matrix.profile }} clean install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

steps:
- name: Checkout jbossws-cxf
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout wildfly
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: wildfly/wildfly
path: './wildfly'
Expand Down

0 comments on commit cf473c5

Please sign in to comment.