We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce349d7 commit 0e479caCopy full SHA for 0e479ca
1 file changed
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
runs-on: ubuntu-latest
58
container: python:${{ matrix.python-version }}
59
steps:
60
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
61
- name: Install The Fuck with all dependencies
62
run: |
63
pip install -Ur requirements.txt coveralls
0 commit comments