Skip to content

Commit

Permalink
Upgrading actions/checkout from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 14, 2019
1 parent 55be7ba commit f88bb9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vuepress-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Install Node.js 12"
uses: actions/setup-node@v1
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Install Node.js 12"
uses: actions/setup-node@v1
Expand All @@ -62,7 +62,7 @@ jobs:
- markdown-spell-check

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Install Node.js 12"
uses: actions/setup-node@v1
Expand Down

0 comments on commit f88bb9e

Please sign in to comment.