From aee74d315ddddcc484d6b682181c916fa3796dd9 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Fri, 17 Jul 2026 18:00:02 +0700 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cd67ef3..f8a080e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,7 +23,7 @@ jobs: # Floor (theme.toml min_version) + current pinned. Deploy artifact is uploaded only from the current version. hugo: ["0.146.0", "0.154.0"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0