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 0bd471d chore(deps): bump actions/github-script from 7.0.1 to 8.0.0
(#468)
0bd471d is described below
commit 0bd471dbaf6f2858071a9aa2c48338b108ee6fee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 08:57:59 2025 +0200
chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#468)
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/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 c6a5699..10f1dc2 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 d1d1102..4707ea7 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 5bea12e..0b1f070 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: