chore(deps): update actions/checkout action to v5
Some checks failed
Cog check / Create release (pull_request) Failing after 8s

This commit is contained in:
2025-08-12 00:01:38 +00:00
parent 2ae472fd70
commit 5240966b2b
11 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v3
@@ -42,7 +42,7 @@ jobs:
exit "$(cat exitcode)";
fi
- name: Clone blackbox repo
uses: actions/checkout@v4
uses: actions/checkout@v5
if: ${{ steps.check.outputs.code == 2 }}
with:
repository: xaked/blackbox