ci: remove redundant checkout step from prs cache clean workflow

This commit is contained in:
Alexandr
2024-02-18 22:38:26 +02:00
parent 57960248b7
commit dd21012ea5
-3
View File
@@ -22,9 +22,6 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Cleanup
run: |
gh extension install actions/gh-actions-cache