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 f9ef4733ff build(deps): bump actions/github-script from 6.4.1 to 7.0.0 
(#1205)
f9ef4733ff is described below

commit f9ef4733ff7a65147b4616dc3d34622ec18f6edb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 14 09:27:30 2023 +0100

    build(deps): bump actions/github-script from 6.4.1 to 7.0.0 (#1205)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 6.4.1 to 7.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - 
[Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/c-platform.yml      | 6 +++---
 .github/workflows/go-platform.yml     | 6 +++---
 .github/workflows/java-platform.yml   | 6 +++---
 .github/workflows/python-platform.yml | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/c-platform.yml b/.github/workflows/c-platform.yml
index daa7e3efd6..2d30db69af 100644
--- a/.github/workflows/c-platform.yml
+++ b/.github/workflows/c-platform.yml
@@ -78,7 +78,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -96,7 +96,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -110,7 +110,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with:
diff --git a/.github/workflows/go-platform.yml 
b/.github/workflows/go-platform.yml
index 4690ff7726..4ea37769b4 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -122,7 +122,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -140,7 +140,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -154,7 +154,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with:
diff --git a/.github/workflows/java-platform.yml 
b/.github/workflows/java-platform.yml
index 3da224980f..c2802ed533 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -80,7 +80,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -98,7 +98,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -112,7 +112,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with:
diff --git a/.github/workflows/python-platform.yml 
b/.github/workflows/python-platform.yml
index f5bd514a93..d4bc323b64 100644
--- a/.github/workflows/python-platform.yml
+++ b/.github/workflows/python-platform.yml
@@ -76,7 +76,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -94,7 +94,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -108,7 +108,7 @@ jobs:
 
       - name: Set extra options
         id: extra_options
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
         with:

Reply via email to