Skip to content

Commit 9a8274d

Browse files
authored
Merge pull request #7 from CodeByAidan/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 98b0e77 + e914c93 commit 9a8274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_rst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v4
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.10'
1616

0 commit comments

Comments
 (0)