From 69713f34b21645c88e8bf3131b9a71bea6ad3632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 22:41:01 -0500 Subject: [PATCH] CI: Bump crazy-max/ghaction-github-labeler from v1 to v3.1.1 (#335) --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index bf06c538..d68b7ef8 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@v2 - name: Labeler if: success() - uses: crazy-max/ghaction-github-labeler@v1 + uses: crazy-max/ghaction-github-labeler@v3.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}