Skip to content

Commit ec2b8c7

Browse files
committed
CI: Update actions/setup-python to v5
1 parent fea5511 commit ec2b8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Setup Python (pip)
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'
1818
architecture: 'x64'
@@ -24,7 +24,7 @@ jobs:
2424
python3 -m pip install --upgrade poetry==1.8.2
2525
2626
- name: Setup Python (poetry)
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.10'
3030
architecture: 'x64'

0 commit comments

Comments
 (0)