Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.0 to v2.3.1 (#103)
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] authored Jun 22, 2020
1 parent be67b40 commit 4ecf91f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1
-
name: Labeler (test)
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.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: Run Labeler
if: success()
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

0 comments on commit 4ecf91f

Please sign in to comment.