We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c65010 commit 0d76189Copy full SHA for 0d76189
.github/workflows/check_policies.yml
@@ -8,7 +8,7 @@ jobs:
8
with:
9
# Checkout with full history, not just latest revision.
10
fetch-depth: 0
11
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
12
13
python-version: '3.10'
14
- run: |
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
22
23
24
- run: pip install fprettify
0 commit comments