Update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/chromatic.yml
vendored
2
.github/workflows/chromatic.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
# Job steps
|
# Job steps
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install --include=dev --force
|
run: npm install --include=dev --force
|
||||||
# 👇 Adds Chromatic as a step in the workflow
|
# 👇 Adds Chromatic as a step in the workflow
|
||||||
|
|||||||
2
.github/workflows/javascript-formatting.yml
vendored
2
.github/workflows/javascript-formatting.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
name: Run linter on changed files
|
name: Run linter on changed files
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install --force
|
run: npm install --force
|
||||||
|
|||||||
Reference in New Issue
Block a user