summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-14 08:28:49 +0800
committerGitHub <[email protected]>2025-08-14 08:28:49 +0800
commit4a8193482d04bdaddd166eb263d41f1a0fc3450a (patch)
tree2bf5721a4676f8313715e827734f48f7eca502e6
parentd1eca9ff06580fe8f015b139248e09177a576c38 (diff)
Chore: bump actions/checkout from 4 to 5 (#248)202509040019202508280020202508210019202508140029
-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 c941f258..a535cae2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0