Skip to content

Commit

Permalink
use checkout v3 and remove separate checkout submodules step
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed Nov 26, 2024
1 parent abb6d5b commit c60b99c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
run: sudo chmod 2777 /tmp/boxc_test_storage

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Get Container ID of fedora service
id: get_container_id
Expand All @@ -58,9 +60,6 @@ jobs:
run: |
docker run -v /tmp/solr-config:/solr_config -d --rm -p 48983:8983 solr:9 solr-precreate access /solr_config/access
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit c60b99c

Please sign in to comment.