Skip to content

Commit 4ecf91f

Browse files
Bump actions/checkout from v2.3.0 to v2.3.1 (#103)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be67b40 commit 4ecf91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
-
2020
name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
-
2323
name: Labeler (test)
2424
uses: ./

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
-
1919
name: Run Labeler
2020
if: success()

.github/workflows/pre-checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
-
1919
name: Install
2020
run: yarn install

0 commit comments

Comments
 (0)