This is an automated email from the ASF dual-hosted git repository.
HTHou 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 4b72bd04c Bump actions/checkout from 4 to 7 (#856)
4b72bd04c is described below
commit 4b72bd04cb470e497189bf8e54001304b20a986f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 14:27:29 2026 +0800
Bump actions/checkout from 4 to 7 (#856)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
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/code-coverage.yml | 2 +-
.github/workflows/codeql.yml | 2 +-
.github/workflows/site-build.yaml | 4 ++--
.github/workflows/unit-test-cpp-msvc.yml | 2 +-
.github/workflows/unit-test-cpp.yml | 2 +-
.github/workflows/unit-test-java.yml | 2 +-
.github/workflows/unit-test-python-msvc.yml | 2 +-
.github/workflows/unit-test-python.yml | 2 +-
.github/workflows/wheels.yml | 6 +++---
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/code-coverage.yml
b/.github/workflows/code-coverage.yml
index 58998fcdb..6fe552cc9 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -19,7 +19,7 @@ jobs:
if: github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == 'apache/tsfile' ||
github.event_name == 'push'
steps:
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 358093824..42af55e42 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -64,7 +64,7 @@ jobs:
# your codebase is analyzed, see
https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 327b47a97..729851fc0 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -20,7 +20,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v4
@@ -53,7 +53,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' &&
startsWith(github.ref_name, 'docs') || github.event_name == 'push'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v4
diff --git a/.github/workflows/unit-test-cpp-msvc.yml
b/.github/workflows/unit-test-cpp-msvc.yml
index f0f5eb619..1343c02a0 100644
--- a/.github/workflows/unit-test-cpp-msvc.yml
+++ b/.github/workflows/unit-test-cpp-msvc.yml
@@ -67,7 +67,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up JDK 17
uses: actions/setup-java@v5
diff --git a/.github/workflows/unit-test-cpp.yml
b/.github/workflows/unit-test-cpp.yml
index dde20c45e..498672b71 100644
--- a/.github/workflows/unit-test-cpp.yml
+++ b/.github/workflows/unit-test-cpp.yml
@@ -78,7 +78,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up JDK 17
uses: actions/setup-java@v5
diff --git a/.github/workflows/unit-test-java.yml
b/.github/workflows/unit-test-java.yml
index 3231c35bb..6ebe62a2f 100644
--- a/.github/workflows/unit-test-java.yml
+++ b/.github/workflows/unit-test-java.yml
@@ -51,7 +51,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v5
diff --git a/.github/workflows/unit-test-python-msvc.yml
b/.github/workflows/unit-test-python-msvc.yml
index 6370e42f5..d3ee092fe 100644
--- a/.github/workflows/unit-test-python-msvc.yml
+++ b/.github/workflows/unit-test-python-msvc.yml
@@ -53,7 +53,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
diff --git a/.github/workflows/unit-test-python.yml
b/.github/workflows/unit-test-python.yml
index 8f889ac53..f58bea152 100644
--- a/.github/workflows/unit-test-python.yml
+++ b/.github/workflows/unit-test-python.yml
@@ -50,7 +50,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 104e36433..88df3394e 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: false
fetch-depth: 0
@@ -171,7 +171,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: false
fetch-depth: 0
@@ -228,7 +228,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: false
fetch-depth: 0