Skip to content

Commit d1a02f4

Browse files
Bump actions/checkout from v2.3.1 to v2.3.2 (#106)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.1...2036a08) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a187e9 commit d1a02f4

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].1
21+
uses: actions/[email protected].2
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].1
17+
uses: actions/[email protected].2
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].1
17+
uses: actions/[email protected].2
1818
-
1919
name: Install
2020
run: yarn install

0 commit comments

Comments
 (0)