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/09/27 08:25:56 UTC

[plc4x] branch develop updated: build(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#521)

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 8bfb8ecf4 build(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#521)
8bfb8ecf4 is described below

commit 8bfb8ecf49981777805cd97e570a42339fcc2465
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 27 10:25:47 2022 +0200

    build(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#521)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.2.0 to 6.3.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v6.2.0...v6.3.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>
    
    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 82c4ad00c..4dec87a4c 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.2.0
+        uses: actions/github-script@v6.3.0
         env:
           OS: ${{ matrix.os }}
         with:
@@ -83,7 +83,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/github-script@v6.2.0
+        uses: actions/github-script@v6.3.0
         env:
           OS: ${{ matrix.os }}
         with:
@@ -97,7 +97,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/github-script@v6.2.0
+        uses: actions/github-script@v6.3.0
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with: