We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29d948b + b565cba commit 3ef43d9Copy full SHA for 3ef43d9
.github/workflows/ruff.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
continue-on-error: true
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
- name: Install Python
10
uses: actions/setup-python@v4
11
with:
0 commit comments