Bump actions/checkout from 6 to 7

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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] <support@github.com>
1 file changed
tree: 3d15779230789d970df16d97565cd568b633682f
  1. .github/
  2. compile-tools/
  3. docs/
  4. grafana_plugin/
  5. integration-test/
  6. iotdb-tools-thrift/
  7. .asf.yaml
  8. .gitignore
  9. LICENSE
  10. Readme.md
Readme.md

This repository is for storing the binary files for Apache IoTDB project's document, compiler etc..

For example, if you have a figure in docs/UserGuide/IoTDB-Introduction/What-is-IoTDB.md in Apache IoTDB's repository, then please create a folder docs/UserGuide/IoTDB-Introduction/What-is-IoTDB in this repository, put the figure into the folder, and naming a meaningful figure name to the figure.

Exception: if the markdown file name is readme.md, then you do not need to add new folder anymore. For example, if you want to add figures to docs/Download/readme.md, then you just need to create a folder docs/Download, and put all figures to the folder.

If you need to upload figure to some module's readme.md (For example, you want to add a figure into tsfile/readme.md, you have to obey the similar rule: create a folder tsfile, and put all figures there.