chore(deps): update actions/checkout action to v7
Cog check / Create release (pull_request) Successful in 1m3s

This commit is contained in:
2026-06-19 00:02:02 +00:00
parent 371f2fa255
commit 8109c677d6
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
steps:
# Git Checkout
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.gitea-token }}
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances