You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/02/14 16:30:43 UTC

[daffodil] branch main updated: Bump actions/github-script from 5.1.0 to 6.0.0

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 72c0273  Bump actions/github-script from 5.1.0 to 6.0.0
72c0273 is described below

commit 72c0273a81f85f34f6a57f37ad08c710a7fa64c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 11 20:06:23 2022 +0000

    Bump actions/github-script from 5.1.0 to 6.0.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 5.1.0 to 6.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v5.1.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 125b5e1..95fa7d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -182,7 +182,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check Single Commit
-        uses: actions/github-script@v5.1.0
+        uses: actions/github-script@v6.0.0
         with:
           script: |
             const commits = await github.rest.pulls.listCommits({