This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 56756d26 Bump actions/github-script from 7.0.1 to 8.0.0 (#594)
56756d26 is described below
commit 56756d2639ecf9a51da8ad4a82c7759b90ef1ac1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 11:53:40 2026 +0800
Bump actions/github-script from 7.0.1 to 8.0.0 (#594)
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/unit-test-cpp.yml | 2 +-
.github/workflows/unit-test-java.yml | 2 +-
.github/workflows/unit-test-python.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unit-test-cpp.yml
b/.github/workflows/unit-test-cpp.yml
index 2fab9656..315442e2 100644
--- a/.github/workflows/unit-test-cpp.yml
+++ b/.github/workflows/unit-test-cpp.yml
@@ -92,7 +92,7 @@ jobs:
# On Windows systems the 'mvnw' script needs an additional ".cmd"
appended.
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
diff --git a/.github/workflows/unit-test-java.yml
b/.github/workflows/unit-test-java.yml
index bd9ce0cf..6aa520d5 100644
--- a/.github/workflows/unit-test-java.yml
+++ b/.github/workflows/unit-test-java.yml
@@ -71,7 +71,7 @@ jobs:
# On Windows systems the 'mvnw' script needs an additional ".cmd"
appended.
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with:
diff --git a/.github/workflows/unit-test-python.yml
b/.github/workflows/unit-test-python.yml
index 8e7ab711..f226f0a2 100644
--- a/.github/workflows/unit-test-python.yml
+++ b/.github/workflows/unit-test-python.yml
@@ -68,7 +68,7 @@ jobs:
# On Windows systems the 'mvnw' script needs an additional ".cmd"
appended.
- name: Calculate platform suffix
id: platform_suffix
- uses: actions/[email protected]
+ uses: actions/[email protected]
env:
OS: ${{ matrix.os }}
with: