Skip to content

Commit 070dbd3

Browse files
authored
ci: remove redundant checkout step from prs cache clean workflow (#3655)
1 parent dd7582d commit 070dbd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/prs-cache-clean.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
cleanup:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Checkout
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27-
2825
- name: Cleanup
2926
run: |
3027
gh extension install actions/gh-actions-cache

0 commit comments

Comments
 (0)