Skip to content

Commit

Permalink
Update actions/checkout action to v2 (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 4, 2021
1 parent f4ad42a commit 5ef3caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Get yarn cache directory path
id: yarn-cache-dir
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Get yarn cache directory path
id: yarn-cache-dir
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Get yarn cache directory path
id: yarn-cache-dir
Expand Down

0 comments on commit 5ef3caa

Please sign in to comment.