Skip to content

Commit a00056e

Browse files
committed
Updated Readme GitHub Action to actions/setup-python@v5
1 parent f70535e commit a00056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v5
1717
id: python3
1818
with:
1919
python-version: '3.10'

0 commit comments

Comments
 (0)