Skip to content

Commit 35725b4

Browse files
committed
Reverse order so one checkout does not delete the other
1 parent b48cf9b commit 35725b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
name: Verify
2424
runs-on: ubuntu-latest
2525
steps:
26-
- name: Check Out Send Notification Action
27-
uses: actions/checkout@v4
28-
with:
29-
path: spring-boot
30-
sparse-checkout: .github/actions/send-notification
3126
- name: Check Out Release Verification Tests
3227
uses: actions/checkout@v4
3328
with:
3429
repository: spring-projects/spring-boot-release-verification
3530
ref: 'v0.0.2'
3631
token: ${{ secrets.token }}
32+
- name: Check Out Send Notification Action
33+
uses: actions/checkout@v4
34+
with:
35+
path: spring-boot
36+
sparse-checkout: .github/actions/send-notification
3737
- name: Set Up Java
3838
uses: actions/setup-java@v4
3939
with:

0 commit comments

Comments
 (0)