This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new cbdeac82 Bump actions/checkout from 4 to 7 (#1218)
cbdeac82 is described below
commit cbdeac82365a0811b7d99d66f3910e1a579956c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 09:32:30 2026 +0800
Bump actions/checkout from 4 to 7 (#1218)
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/alioss-check.yml | 2 +-
.github/workflows/site-build.yaml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/alioss-check.yml
b/.github/workflows/alioss-check.yml
index 353e8dbc..a45cb577 100644
--- a/.github/workflows/alioss-check.yml
+++ b/.github/workflows/alioss-check.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
- name: Check for alioss in changed files
run: |
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 0b45fbd3..6248ae4b 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@0977fd99725f1db4007ccb2928dbb4e90d06cc86 #
v6.0.10
@@ -56,7 +56,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 #
v6.0.10
@@ -79,7 +79,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.ref_name == 'main'
|| github.event_name == 'push'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
with:
fetch-depth: 0