mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
.
This commit is contained in:
parent
e6fcf6734f
commit
aee4e771e0
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -270,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
# Basic checkout using git
|
# Basic checkout using git
|
||||||
- name: Checkout basic
|
- name: Checkout basic
|
||||||
uses: ./v3
|
uses: ./v4
|
||||||
with:
|
with:
|
||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
- name: Verify basic
|
- name: Verify basic
|
||||||
@ -291,7 +291,7 @@ jobs:
|
|||||||
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
|
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
|
||||||
|
|
||||||
# needed to make checkout post cleanup succeed
|
# needed to make checkout post cleanup succeed
|
||||||
- name: Fix Checkout v3
|
- name: Fix Checkout v4
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: v4
|
path: v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user