Reverse order so one checkout does not delete the other

This commit is contained in:
Andy Wilkinson 2024-04-18 12:26:00 +01:00
parent b48cf9b5a8
commit 35725b4432

View File

@ -23,17 +23,17 @@ jobs:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Check Out Send Notification Action
uses: actions/checkout@v4
with:
path: spring-boot
sparse-checkout: .github/actions/send-notification
- name: Check Out Release Verification Tests
uses: actions/checkout@v4
with:
repository: spring-projects/spring-boot-release-verification
ref: 'v0.0.2'
token: ${{ secrets.token }}
- name: Check Out Send Notification Action
uses: actions/checkout@v4
with:
path: spring-boot
sparse-checkout: .github/actions/send-notification
- name: Set Up Java
uses: actions/setup-java@v4
with: