Skip to content

Commit 7d60284

Browse files
Bump actions/checkout from v2.3.2 to v2.3.3 (#113)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...a81bbbf) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efd9905 commit 7d60284

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
-
1919
name: Run Labeler
2020
uses: crazy-max/[email protected]

.github/workflows/pre-checkin.yml

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

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
-
1919
name: Checkout
20-
uses: actions/[email protected].2
20+
uses: actions/[email protected].3
2121
-
2222
name: Install
2323
run: yarn install

0 commit comments

Comments
 (0)