Skip to content

Commit ddf64e8

Browse files
committed
Reproduction 1
1 parent f505da4 commit ddf64e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out repository code 🕵🏻‍♀️
1414
uses: actions/checkout@v4
1515

16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.10.10'
1919
cache: 'pip'
@@ -36,7 +36,7 @@ jobs:
3636
- name: Check out repository code 🕵🏻‍♀️
3737
uses: actions/checkout@v4
3838

39-
- uses: actions/setup-python@v4
39+
- uses: actions/setup-python@v5
4040
with:
4141
python-version: '3.10.10'
4242
cache: 'pip'

0 commit comments

Comments
 (0)