Skip to content

Commit

Permalink
Switch to actions/checkout@v2 (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten authored Mar 10, 2020
1 parent ceb8186 commit 256fffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Set Node Version
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Set Dotnet Version
uses: actions/setup-dotnet@v1
with:
Expand All @@ -75,7 +75,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: docker-compose build
run: docker-compose build
- name: Health check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Cache Node Modules
uses: actions/cache@preview
with:
Expand Down

0 comments on commit 256fffb

Please sign in to comment.