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 cc319e698 build(deps): bump actions/github-script from 6.3.0 to 6.3.1
(#530)
cc319e698 is described below
commit cc319e698e9a6e7319735d7b4ef7cbce65d621d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 6 12:26:31 2022 +0200
build(deps): bump actions/github-script from 6.3.0 to 6.3.1 (#530)
Bumps [actions/github-script](https://github.com/actions/github-script)
from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/actions/github-script/releases)
-
[Commits](https://github.com/actions/github-script/compare/v6.3.0...v6.3.1)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 4dec87a4c..cf053cecd 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/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -83,7 +83,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
@@ -97,7 +97,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: