Merge pull request #362 from google/dependabot/github_actions/actions/checkout-3

build(deps): Bump actions/checkout from 2 to 3
diff --git a/.github/workflows/manage-labels.yml b/.github/workflows/manage-labels.yml
index 35b6777..2376bff 100644
--- a/.github/workflows/manage-labels.yml
+++ b/.github/workflows/manage-labels.yml
@@ -8,7 +8,7 @@
     steps:
       -
         name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       -
         name: Run Labeler
         if: success()