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-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 5be6bef chore(deps): bump actions/github-script from 8.0.0 to 9.0.0
(#640)
5be6bef is described below
commit 5be6bef003573a1e17880bccd5b6d2cb6b09c48f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 10:40:14 2026 +0200
chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#640)
Bumps [actions/github-script](https://github.com/actions/github-script)
from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
-
[Commits](https://github.com/actions/github-script/compare/v8.0.0...v9.0.0)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: 9.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/c-platform.yml | 6 +++---
.github/workflows/go-platform.yml | 6 +++---
.github/workflows/java-platform.yml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/c-platform.yml b/.github/workflows/c-platform.yml
index 9cc53c2..e0dbd58 100644
--- a/.github/workflows/c-platform.yml
+++ b/.github/workflows/c-platform.yml
@@ -73,7 +73,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -91,7 +91,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -105,7 +105,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 f4a1a93..a83a8e0 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -117,7 +117,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -135,7 +135,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -149,7 +149,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 e2a35c6..ce7e720 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -75,7 +75,7 @@ jobs:
- name: Set Platform options
id: platform_opts
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -93,7 +93,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -107,7 +107,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: