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 2023/04/07 16:41:59 UTC

[daffodil] branch main updated: Bump actions/github-script from 6.4.0 to 6.4.1

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 9c7afeb5a Bump actions/github-script from 6.4.0 to 6.4.1
9c7afeb5a is described below

commit 9c7afeb5a0e48c9a6a64028394f77d3f00eab461
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 6 19:59:12 2023 +0000

    Bump actions/github-script from 6.4.0 to 6.4.1
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v6.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 b9895b706..9bbc4aba1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -241,7 +241,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Check Single Commit
-        uses: actions/github-script@v6.4.0
+        uses: actions/github-script@v6.4.1
         with:
           script: |
             const commits = await github.rest.pulls.listCommits({