You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2022/01/07 19:34:08 UTC

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

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

jinterrante 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 7d8ef49  Bump actions/github-script from 5.0.0 to 5.1.0
7d8ef49 is described below

commit 7d8ef49a2313347bed274e77e0c7ec44e3bd68d8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 7 19:13:29 2022 +0000

    Bump actions/github-script from 5.0.0 to 5.1.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 e533a56..125b5e1 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.0.0
+        uses: actions/github-script@v5.1.0
         with:
           script: |
             const commits = await github.rest.pulls.listCommits({