We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d98f84 commit c7df3e1Copy full SHA for c7df3e1
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.1.7
17
18
- name: Run linter
19
uses: psf/black@stable
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
20
21
22
23
24
- name: Set up Python
25
uses: actions/[email protected]
0 commit comments