File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install build dependencies
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dev dependencies
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Set up DynamoDB Local
62
62
steps :
63
63
- uses : actions/checkout@v5
64
64
- name : Set up Python ${{ matrix.python-version }}
65
- uses : actions/setup-python@v5
65
+ uses : actions/setup-python@v6
66
66
with :
67
67
python-version : ${{ matrix.python-version }}
68
68
- name : Set up DynamoDB Local
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
- uses : actions/checkout@v5
113
113
- name : Set up Python ${{ matrix.python-version }}
114
- uses : actions/setup-python@v5
114
+ uses : actions/setup-python@v6
115
115
with :
116
116
python-version : ${{ matrix.python-version }}
117
117
- name : Set up DynamoDB Local
You can’t perform that action at this time.
0 commit comments