Merge pull request #6 from ueberdosis/dependabot/github_actions/actions/checkout-v2.3.3
Bump actions/checkout from v2.3.2 to v2.3.3
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2.3.2
|
- uses: actions/checkout@v2.3.3
|
||||||
|
|
||||||
- name: Run tests with Cypress
|
- name: Run tests with Cypress
|
||||||
id: cypress
|
id: cypress
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2.3.2
|
- uses: actions/checkout@v2.3.3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
id: install-dependencies
|
id: install-dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user