Skip to content

Commit

Permalink
use latest v of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 25, 2024
1 parent 42d5b51 commit aa7b758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bom-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
submodules: 'recursive'
show-progress: 'true'
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
submodules: 'recursive'
show-progress: 'true'
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java
with:
Expand Down

0 comments on commit aa7b758

Please sign in to comment.