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/10/11 00:45:19 UTC

[arrow-datafusion] branch master updated: Bump actions/labeler from 4.0.1 to 4.0.2 (#3779)

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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 409ab1443 Bump actions/labeler from 4.0.1 to 4.0.2 (#3779)
409ab1443 is described below

commit 409ab1443ba1060d6d07998d77a9397e30b87f4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 10 18:45:13 2022 -0600

    Bump actions/labeler from 4.0.1 to 4.0.2 (#3779)
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/v4.0.1...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .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 5a7cff49a..c61b62774 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -42,7 +42,7 @@ jobs:
           github.event_name == 'pull_request_target' &&
             (github.event.action == 'opened' ||
              github.event.action == 'synchronize')
-        uses: actions/labeler@v4.0.1
+        uses: actions/labeler@v4.0.2
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/dev_pr/labeler.yml