1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-19 22:32:37 +08:00

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

This commit is contained in:
renovate[bot]
2026-06-18 17:57:44 +00:00
committed by GitHub
parent 6944210ed4
commit f134e0ab8d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI