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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new cfe8f8e  Bump actions/github-script from 4.1 to 5
cfe8f8e is described below

commit cfe8f8e75090914906e3c55730ee6f4c447e3861
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 24 19:12:47 2021 +0000

    Bump actions/github-script from 4.1 to 5
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 4.1 to 5.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v4.1...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 322dafb..d597b31 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -179,10 +179,10 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check Single Commit
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           script: |
-            const commits = await github.pulls.listCommits({
+            const commits = await github.rest.pulls.listCommits({
               ...context.repo,
               pull_number: context.issue.number,
             });

Reply via email to