Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from v2.3.0 to v2.3.1 (#1619)
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](actions/checkout@v2.3.0...28c7f3d)

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] committed Jun 19, 2020
1 parent adbe42b commit fd7dbf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,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/docs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
-
name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosum.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down

1 comment on commit fd7dbf6

@vercel
Copy link

@vercel vercel bot commented on fd7dbf6 Jun 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.