4848 version : " 3.13"
4949 toxenv : py313,smoke
5050 steps :
51- - uses : actions/checkout@v4.2.1
51+ - uses : actions/checkout@v4.2.2
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v5.2 .0
53+ uses : actions/setup-python@v5.3 .0
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v4.2.1
69+ - uses : actions/checkout@v4.2.2
7070 - name : Set up Python
71- uses : actions/setup-python@v5.2 .0
71+ uses : actions/setup-python@v5.3 .0
7272 with :
7373 python-version : " 3.12"
7474 - name : Install dependencies
8888 coverage :
8989 runs-on : ubuntu-24.04
9090 steps :
91- - uses : actions/checkout@v4.2.1
91+ - uses : actions/checkout@v4.2.2
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v5.2 .0
93+ uses : actions/setup-python@v5.3 .0
9494 with :
9595 python-version : " 3.12"
9696 - name : Install dependencies
@@ -112,8 +112,8 @@ jobs:
112112 runs-on : ubuntu-latest
113113 name : Python wheel
114114 steps :
115- - uses : actions/checkout@v4.2.1
116- - uses : actions/setup-python@v5.2 .0
115+ - uses : actions/checkout@v4.2.2
116+ - uses : actions/setup-python@v5.3 .0
117117 with :
118118 python-version : " 3.12"
119119 - name : Install dependencies
@@ -130,9 +130,9 @@ jobs:
130130 runs-on : ubuntu-latest
131131 needs : [dist]
132132 steps :
133- - uses : actions/checkout@v4.2.1
133+ - uses : actions/checkout@v4.2.2
134134 - name : Set up Python
135- uses : actions/setup-python@v5.2 .0
135+ uses : actions/setup-python@v5.3 .0
136136 with :
137137 python-version : ' 3.12'
138138 - uses : actions/download-artifact@v4.1.8
0 commit comments