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

This commit is contained in:
renovate[bot]
2025-11-20 00:45:05 +00:00
committed by GitHub
parent f92827db67
commit 17672c2b53
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
# Step 2: Set up Node.js (for building any JS-based doc tools)
- name: 🔧 Set up Node.js