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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new d41e1e3  chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 
(#141)
d41e1e3 is described below

commit d41e1e35de99a8cf220eb9d84645f13fa6d6bdce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 10:42:46 2026 +0200

    chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#141)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 7.0.1 to 8.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - 
[Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: 8.0.0
      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/ensure-platforms.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ensure-platforms.yml 
b/.github/workflows/ensure-platforms.yml
index 383793a..5ce3e6e 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -49,7 +49,7 @@ jobs:
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:
@@ -67,7 +67,7 @@ jobs:
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         env:
           OS: ${{ matrix.os }}
         with:

Reply via email to