You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/19 13:11:34 UTC

[arrow-ballista] branch master updated: Bump actions/labeler from 4.0.2 to 4.1.0 (#525)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 20087c12 Bump actions/labeler from 4.0.2 to 4.1.0 (#525)
20087c12 is described below

commit 20087c12d59714f08f57cadd10e03d0b4f909782
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Nov 19 06:11:30 2022 -0700

    Bump actions/labeler from 4.0.2 to 4.1.0 (#525)
---
 .github/workflows/dev_pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index e6da4e94..5bc9822d 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -36,7 +36,7 @@ jobs:
           github.event_name == 'pull_request_target' &&
             (github.event.action == 'opened' ||
              github.event.action == 'synchronize')
-        uses: actions/labeler@v4.0.2
+        uses: actions/labeler@4.1.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/dev_pr/labeler.yml