Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Pin actions/checkout version to v1
  • Loading branch information
peaceiris committed Dec 4, 2019
1 parent 93de081 commit 7194caa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -143,7 +143,7 @@ jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
# with:
# submodules: true

Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
Expand Down Expand Up @@ -564,7 +564,7 @@ jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 7194caa

Please sign in to comment.