chore(deps): update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 16:37:52 +00:00
committed by GitHub
parent 9d39241c61
commit 0369e51918
7 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ jobs:
steps:
# Step 1: Get the code
- name: 📥 Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
# Step 2: Set up Node.js (for building any JS-based doc tools)
- name: 🔧 Set up Node.js