Skip to content

Commit ded6644

Browse files
authored
fix: bump python
1 parent 5ef248e commit ded6644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@master
2424
- name: Set up Python 3.10
25-
uses: actions/setup-python@v1
25+
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.10
27+
python-version: "3.10"
2828

2929
- name: Install poetry
3030
run: >-

0 commit comments

Comments
 (0)