Skip to content

Commit

Permalink
ci: remove redundant checkout step from prs cache clean workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Feb 16, 2024
1 parent 58bb324 commit 7500735
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prs-cache-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,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
Expand Down

0 comments on commit 7500735

Please # to comment.