chore(repo): bump version of actions/checkout for nightly (#21810)
This commit is contained in:
parent
4484a91bc1
commit
0a00bfef15
4
.github/workflows/e2e-matrix.yml
vendored
4
.github/workflows/e2e-matrix.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
name: Cache install (${{ matrix.os }}, node v${{ matrix.node_version }})
|
name: Cache install (${{ matrix.os }}, node v${{ matrix.node_version }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
run: |
|
run: |
|
||||||
@ -305,7 +305,7 @@ jobs:
|
|||||||
name: ${{ matrix.os_name }}/${{ matrix.package_manager }}/${{ matrix.node_version }} ${{ join(matrix.project) }}
|
name: ${{ matrix.os_name }}/${{ matrix.package_manager }}/${{ matrix.node_version }} ${{ join(matrix.project) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare dir for output
|
- name: Prepare dir for output
|
||||||
run: mkdir -p outputs
|
run: mkdir -p outputs
|
||||||
|
|||||||
8
.github/workflows/e2e-windows.yml
vendored
8
.github/workflows/e2e-windows.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
name: Cache install (node v${{ matrix.node_version }})
|
name: Cache install (node v${{ matrix.node_version }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
id: cache-modules
|
id: cache-modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
lookup-only: true
|
lookup-only: true
|
||||||
path: '**/node_modules'
|
path: '**/node_modules'
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Cypress
|
- name: Install Cypress
|
||||||
if: steps.cache-cypress.outputs.cache-hit != 'true'
|
if: steps.cache-cypress.outputs.cache-hit != 'true'
|
||||||
run: npx cypress install
|
run: pnpm cypress install
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
needs: preinstall
|
needs: preinstall
|
||||||
@ -234,7 +234,7 @@ jobs:
|
|||||||
name: ${{ matrix.project }} (v${{ matrix.node_version }})
|
name: ${{ matrix.project }} (v${{ matrix.node_version }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare dir for output
|
- name: Prepare dir for output
|
||||||
run: mkdir -p outputs
|
run: mkdir -p outputs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user