Skip to content

Commit f2f72d0

Browse files
ci: add checkout step to clean-cache workflow
- Add `actions/checkout@v4` as the first step in the cleanup job
1 parent 1b727fc commit f2f72d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clean-cache.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
if: github.event.pull_request.merged
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
1719
- uses: ./.github/actions/clean-cache
1820
with:
1921
gh-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)