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/08/30 18:57:20 UTC

[daffodil] branch main updated: Bump actions/github-script from 6.1.1 to 6.2.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 b30066889 Bump actions/github-script from 6.1.1 to 6.2.0
b30066889 is described below

commit b30066889c84e85e7b3cdc62f5751dfaa2881532
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 19:20:08 2022 +0000

    Bump actions/github-script from 6.1.1 to 6.2.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.2.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v6.1.1...v6.2.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 71adcb8aa..2f40af01e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -183,7 +183,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - name: Check Single Commit
-        uses: actions/github-script@v6.1.1
+        uses: actions/github-script@v6.2.0
         with:
           script: |
             const commits = await github.rest.pulls.listCommits({