Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from v2.3.0 to v2.3.1 (#222)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.0...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and GitHub committed Jun 21, 2020
1 parent eed3dc9 commit 0d32e80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
-
name: Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
with:
fetch-depth: 0
-
Expand Down

0 comments on commit 0d32e80

Please sign in to comment.