clear-cache-action
A Github action to clear out your repositories cache for workflows, which may fix some dependency issues when building
Using this in your workflow:
- name: Delete Repository Cache
uses: TheRealRyGuy/clear-cache-action@master
env:
token: ${{ secrets.GITHUB_TOKEN }}