diff --git a/.github/workflows/update-html.yml b/.github/workflows/update-html.yml
index 9ec2bfc..e2de185 100644
--- a/.github/workflows/update-html.yml
+++ b/.github/workflows/update-html.yml
@@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip action]')" # Prevent infinite loop
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
persist-credentials: false