summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-19 07:26:56 +0800
committerGitHub <[email protected]>2026-06-19 07:26:56 +0800
commit14643bbb36652911e928bfef799aa46372de1d7f (patch)
tree5b2236fd3731ba870d9ef903e28bb8a18194a9ee
parentb7acaa0535c1fc3f3da299847807eac1926504e1 (diff)
Chore: bump actions/checkout from 6 to 7 (#341)HEAD202606182327master
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 200d82f5..014a7446 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
fetch-depth: 0