Template
1
0
mirror of http://gitea.com/actions/checkout synced 2024-11-30 21:22:26 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Cory Miller
aee4e771e0
. 2024-05-20 14:21:23 -04:00
Cory Miller
e6fcf6734f
Apply suggestions from code review 2024-05-20 14:18:30 -04:00

View File

@ -266,11 +266,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
path: v3
path: v4
# Basic checkout using git
- name: Checkout basic
uses: ./v3
uses: ./v4
with:
ref: test-data/v2/basic
- name: Verify basic
@ -291,7 +291,7 @@ jobs:
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
# needed to make checkout post cleanup succeed
- name: Fix Checkout v3
- name: Fix Checkout v4
uses: actions/checkout@v4
with:
path: v3
path: v4