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 1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v3
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install build dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v3
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dev dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v3
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Set up DynamoDB Local
6262 steps :
6363 - uses : actions/checkout@v2
6464 - name : Set up Python ${{ matrix.python-version }}
65- uses : actions/setup-python@v2
65+ uses : actions/setup-python@v3
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868 - name : Set up DynamoDB Local
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/checkout@v2
113113 - name : Set up Python ${{ matrix.python-version }}
114- uses : actions/setup-python@v2
114+ uses : actions/setup-python@v3
115115 with :
116116 python-version : ${{ matrix.python-version }}
117117 - name : Set up DynamoDB Local
You can’t perform that action at this time.
0 commit comments