Skip to content

Commit ac20cf4

Browse files
authored
build: update setup-python action to fix release issue (#1234)
1 parent 91793ab commit ac20cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Set up Python
3838
# https://github.com/actions/setup-python
39-
uses: actions/setup-python@v3
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: 3.9
4242
cache: 'pip'

0 commit comments

Comments
 (0)