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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe6c66c4c Update actions/labeler to v4.0.2 (#2843)
fe6c66c4c is described below

commit fe6c66c4cb2e3d37fed25b85c138ecf9a03928f0
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Oct 7 12:54:40 2022 +0100

    Update actions/labeler to v4.0.2 (#2843)
---
 .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 38bb39390..8fb584a4f 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -37,7 +37,7 @@ jobs:
           github.event_name == 'pull_request_target' &&
             (github.event.action == 'opened' ||
              github.event.action == 'synchronize')
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/dev_pr/labeler.yml

Reply via email to