1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-07 08:51:46 +08:00

Compare commits

..

No commits in common. "2c1d492c248fe8a94b9b6cc54cdb7b511bb6635c" and "64c7eac3cbc999abd8213d2d0e5b095dec57cbab" have entirely different histories.

View File

@ -266,11 +266,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
with: with:
path: localClone path: v4
# Basic checkout using git # Basic checkout using git
- name: Checkout basic - name: Checkout basic
uses: ./localClone uses: ./v4.1.6
with: with:
ref: test-data/v2/basic ref: test-data/v2/basic
- name: Verify basic - name: Verify basic
@ -294,4 +294,4 @@ jobs:
- name: Fix Checkout v4 - name: Fix Checkout v4
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
with: with:
path: localClone path: v4