|
@@ -19,7 +19,7 @@ jobs:
|
|
- uses: actions/setup-node@v4
|
|
- uses: actions/setup-node@v4
|
|
with:
|
|
with:
|
|
node-version: 20.x
|
|
node-version: 20.x
|
|
- - uses: actions/checkout@v4
|
|
|
|
|
|
+ - uses: actions/checkout@v4.1.6
|
|
- run: npm ci
|
|
- run: npm ci
|
|
- run: npm run build
|
|
- run: npm run build
|
|
- run: npm run format-check
|
|
- run: npm run format-check
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
# Clone this repo
|
|
# Clone this repo
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v4.1.6
|
|
|
|
|
|
# Basic checkout
|
|
# Basic checkout
|
|
- name: Checkout basic
|
|
- name: Checkout basic
|
|
@@ -202,7 +202,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
# Clone this repo
|
|
# Clone this repo
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v4.1.6
|
|
|
|
|
|
# Basic checkout using git
|
|
# Basic checkout using git
|
|
- name: Checkout basic
|
|
- name: Checkout basic
|
|
@@ -234,7 +234,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
# Clone this repo
|
|
# Clone this repo
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v4.1.6
|
|
|
|
|
|
# Basic checkout using git
|
|
# Basic checkout using git
|
|
- name: Checkout basic
|
|
- name: Checkout basic
|
|
@@ -264,13 +264,13 @@ jobs:
|
|
steps:
|
|
steps:
|
|
# Clone this repo
|
|
# Clone this repo
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v4.1.6
|
|
with:
|
|
with:
|
|
- path: v4
|
|
|
|
|
|
+ path: localClone
|
|
|
|
|
|
# Basic checkout using git
|
|
# Basic checkout using git
|
|
- name: Checkout basic
|
|
- name: Checkout basic
|
|
- uses: ./v4
|
|
|
|
|
|
+ uses: ./localClone
|
|
with:
|
|
with:
|
|
ref: test-data/v2/basic
|
|
ref: test-data/v2/basic
|
|
- name: Verify basic
|
|
- name: Verify basic
|
|
@@ -292,6 +292,6 @@ jobs:
|
|
|
|
|
|
# needed to make checkout post cleanup succeed
|
|
# needed to make checkout post cleanup succeed
|
|
- name: Fix Checkout v4
|
|
- name: Fix Checkout v4
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v4.1.6
|
|
with:
|
|
with:
|
|
- path: v4
|
|
|
|
|
|
+ path: localClone
|