88 steps :
99 - uses : actions/checkout@v4.2.1
1010 - name : Set up Python
11- uses : actions/setup-python@v5.2 .0
11+ uses : actions/setup-python@v5.3 .0
1212 with :
1313 python-version : ' 3.x'
1414 - name : Install dependencies
2424 steps :
2525 - uses : actions/checkout@v4.2.1
2626 - name : Set up Python
27- uses : actions/setup-python@v5.2 .0
27+ uses : actions/setup-python@v5.3 .0
2828 with :
2929 python-version : ' 3.7'
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v4.2.1
4646 - name : Set up Python
47- uses : actions/setup-python@v5.2 .0
47+ uses : actions/setup-python@v5.3 .0
4848 with :
4949 python-version : ' 3.x'
5050 - name : Install dependencies
6464 steps :
6565 - uses : actions/checkout@v4.2.1
6666 - name : Set up Python
67- uses : actions/setup-python@v5.2 .0
67+ uses : actions/setup-python@v5.3 .0
6868 with :
6969 python-version : ' 3.x'
7070 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v4.2.1
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v5.2 .0
90+ uses : actions/setup-python@v5.3 .0
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393 - name : Install dependencies
@@ -110,7 +110,7 @@ jobs:
110110 steps :
111111 - uses : actions/checkout@v4.2.1
112112 - name : Set up Python
113- uses : actions/setup-python@v5.2 .0
113+ uses : actions/setup-python@v5.3 .0
114114 with :
115115 python-version : ' 3.x'
116116 - name : Install dependencies
0 commit comments