5050 steps :
5151 - uses : actions/checkout@v4.1.7
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v5.1.1
53+ uses : actions/setup-python@v5.2.0
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v4.1.7
7070 - name : Set up Python
71- uses : actions/setup-python@v5.1.1
71+ uses : actions/setup-python@v5.2.0
7272 with :
7373 python-version : " 3.12"
7474 - name : Install dependencies
9090 steps :
9191 - uses : actions/checkout@v4.1.7
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v5.1.1
93+ uses : actions/setup-python@v5.2.0
9494 with :
9595 python-version : " 3.12"
9696 - name : Install dependencies
@@ -113,15 +113,15 @@ jobs:
113113 name : Python wheel
114114 steps :
115115 - uses : actions/checkout@v4.1.7
116- - uses : actions/setup-python@v5.1.1
116+ - uses : actions/setup-python@v5.2.0
117117 with :
118118 python-version : " 3.12"
119119 - name : Install dependencies
120120 run : |
121121 pip install -r requirements-test.txt
122122 - name : Build package
123123 run : python -m build -o dist/
124- - uses : actions/upload-artifact@v4.3.6
124+ - uses : actions/upload-artifact@v4.4.0
125125 with :
126126 name : dist
127127 path : dist
@@ -132,7 +132,7 @@ jobs:
132132 steps :
133133 - uses : actions/checkout@v4.1.7
134134 - name : Set up Python
135- uses : actions/setup-python@v5.1.1
135+ uses : actions/setup-python@v5.2.0
136136 with :
137137 python-version : ' 3.12'
138138 - uses : actions/download-artifact@v4.1.8
0 commit comments