I am trying to check the lint on the gitubaction. my github action steps are as below
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: '.python-version'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
Error screenshot Attached below
Could you please help me how to fix this?
Seems like the issue is coming from github cache actions. https://github.com/actions/cache/issues/820
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With