You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/10/12 07:39:38 UTC

[plc4x] branch develop updated: build(deps): bump actions/github-script from 6.3.1 to 6.3.2 (#543)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new bfc76aceb build(deps): bump actions/github-script from 6.3.1 to 6.3.2 (#543)
bfc76aceb is described below

commit bfc76aceb9037666d3e293dc7ebcc6b49bc48919
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 09:39:33 2022 +0200

    build(deps): bump actions/github-script from 6.3.1 to 6.3.2 (#543)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.2.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v6.3.1...v6.3.2)
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/ensure-platforms.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ensure-platforms.yml b/.github/workflows/ensure-platforms.yml
index cf053cecd..11ec287e7 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -65,7 +65,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/github-script@v6.3.1
+        uses: actions/github-script@v6.3.2
         env:
           OS: ${{ matrix.os }}
         with:
@@ -83,7 +83,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/github-script@v6.3.1
+        uses: actions/github-script@v6.3.2
         env:
           OS: ${{ matrix.os }}
         with:
@@ -97,7 +97,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/github-script@v6.3.1
+        uses: actions/github-script@v6.3.2
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with: