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
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v3
@@ -37,7 +37,7 @@ jobs:
exit "$(cat exitcode)";
fi
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v7
if: ${{ steps.check.outputs.code == 2 }}
with:
repository: xaked/blackbox