5050 steps :
5151 - uses : actions/checkout@v4.1.1
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v5.0 .0
53+ uses : actions/setup-python@v5.1 .0
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v4.1.1
7070 - name : Set up Python
71- uses : actions/setup-python@v5.0 .0
71+ uses : actions/setup-python@v5.1 .0
7272 with :
7373 python-version : " 3.12"
7474 - name : Install dependencies
7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v4.1.0
81+ uses : codecov/codecov-action@v4.1.1
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
8989 steps :
9090 - uses : actions/checkout@v4.1.1
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v5.0 .0
92+ uses : actions/setup-python@v5.1 .0
9393 with :
9494 python-version : " 3.12"
9595 - name : Install dependencies
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v4.1.0
103+ uses : codecov/codecov-action@v4.1.1
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
@@ -111,7 +111,7 @@ jobs:
111111 name : Python wheel
112112 steps :
113113 - uses : actions/checkout@v4.1.1
114- - uses : actions/setup-python@v5.0 .0
114+ - uses : actions/setup-python@v5.1 .0
115115 with :
116116 python-version : " 3.12"
117117 - name : Install dependencies
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v4.1.1
132132 - name : Set up Python
133- uses : actions/setup-python@v5.0 .0
133+ uses : actions/setup-python@v5.1 .0
134134 with :
135135 python-version : ' 3.12'
136136 - uses : actions/download-artifact@v4.1.4
0 commit comments