Skip to content

Commit 0d76189

Browse files
committed
fix: update python action to remove nodejs error
1 parent 4c65010 commit 0d76189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_policies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
# Checkout with full history, not just latest revision.
1010
fetch-depth: 0
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.10'
1414
- run: |
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.10'
2424
- run: pip install fprettify

0 commit comments

Comments
 (0)