diff --git a/.github/workflows/htmlvalidator.yml b/.github/workflows/htmlvalidator.yml
index c600b344af3..e94312ef8b3 100644
--- a/.github/workflows/htmlvalidator.yml
+++ b/.github/workflows/htmlvalidator.yml
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5 # Requried will all actions
+ - uses: actions/checkout@v6 # Requried will all actions
- name: Checks HTML5
uses: Cyb3r-Jak3/html5validator-action@v8.0.0
with: