Skip to content

Commit dd500ec

Browse files
Use 'actions/setup-python@v5'
1 parent 536657c commit dd500ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_website.yaml

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

13-
- uses: actions/setup-python@v2
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x
1616

0 commit comments

Comments
 (0)