Skip to content

Commit

Permalink
update Github checkout option
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Oct 14, 2020
1 parent c9fd1b0 commit 5d532ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run:
working-directory: public-dashboard-client
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
with:
node-version: "12.x"
Expand All @@ -26,7 +26,7 @@ jobs:
run:
working-directory: public-dashboard-client
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
with:
node-version: "12.x"
Expand All @@ -47,7 +47,7 @@ jobs:
run:
working-directory: spotlight-client
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
with:
node-version: "12.x"
Expand All @@ -61,7 +61,7 @@ jobs:
run:
working-directory: spotlight-client
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
with:
node-version: "12.x"
Expand All @@ -82,7 +82,7 @@ jobs:
run:
working-directory: spotlight-api
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
with:
node-version: "12.x"
Expand Down

0 comments on commit 5d532ca

Please sign in to comment.