1818 - name : β€΅οΈ Check out code from GitHub
1919 uses : actions/checkout@v4.2.2
2020 - name : π Set up uv
21- run : pipx install uv
21+ uses : astral-sh/setup-uv@v4
22+ with :
23+ enable-cache : true
2224 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
2325 id : python
2426 uses : actions/setup-python@v5.6.0
3638 - name : β€΅οΈ Check out code from GitHub
3739 uses : actions/checkout@v4.2.2
3840 - name : π Set up uv
39- run : pipx install uv
41+ uses : astral-sh/setup-uv@v4
42+ with :
43+ enable-cache : true
4044 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
4145 id : python
4246 uses : actions/setup-python@v5.6.0
5660 - name : β€΅οΈ Check out code from GitHub
5761 uses : actions/checkout@v4.2.2
5862 - name : π Set up uv
59- run : pipx install uv
63+ uses : astral-sh/setup-uv@v4
64+ with :
65+ enable-cache : true
6066 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
6167 id : python
6268 uses : actions/setup-python@v5.6.0
98104 - name : β€΅οΈ Check out code from GitHub
99105 uses : actions/checkout@v4.2.2
100106 - name : π Set up uv
101- run : pipx install uv
107+ uses : astral-sh/setup-uv@v4
108+ with :
109+ enable-cache : true
102110 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
103111 id : python
104112 uses : actions/setup-python@v5.6.0
@@ -116,7 +124,9 @@ jobs:
116124 - name : β€΅οΈ Check out code from GitHub
117125 uses : actions/checkout@v4.2.2
118126 - name : π Set up uv
119- run : pipx install uv
127+ uses : astral-sh/setup-uv@v4
128+ with :
129+ enable-cache : true
120130 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
121131 id : python
122132 uses : actions/setup-python@v5.6.0
@@ -134,7 +144,9 @@ jobs:
134144 - name : β€΅οΈ Check out code from GitHub
135145 uses : actions/checkout@v4.2.2
136146 - name : π Set up uv
137- run : pipx install uv
147+ uses : astral-sh/setup-uv@v4
148+ with :
149+ enable-cache : true
138150 - name : π Set up Python ${{ env.DEFAULT_PYTHON }}
139151 id : python
140152 uses : actions/setup-python@v5.6.0
0 commit comments