Skip to content

Commit 3c9490b

Browse files
authored
resolve deprecation warnings for setup-python (#9266)
1 parent d4016d8 commit 3c9490b

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
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- uses: actions/setup-python@v4
28+
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v3
6666

67-
- uses: actions/setup-python@v4
67+
- uses: actions/setup-python@v5
6868
with:
6969
python-version: '3.9'
7070

0 commit comments

Comments
 (0)