Skip to content

Commit 0cb0b0d

Browse files
committed
newer setup-python v5
Signed-off-by: Amit Sharma <[email protected]>
1 parent 9e8cfbe commit 0cb0b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install Poetry ${{ matrix.poetry-version }}

0 commit comments

Comments
 (0)