ci: remove redundant checkout step from prs cache clean workflow (#3655)

This commit is contained in:
Alexandr Garbuzov
2025-08-24 17:25:46 +03:00
committed by GitHub
parent dd7582db8f
commit 070dbd312c
-3
View File
@@ -22,9 +22,6 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Cleanup
run: |
gh extension install actions/gh-actions-cache