|
31 | 31 | submodules: true |
32 | 32 |
|
33 | 33 | - name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }} |
34 | | - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 34 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
35 | 35 | id: setup-python |
36 | 36 | with: |
37 | 37 | python-version: ${{ env.MINIMUM_PYTHON_VERSION }} |
|
40 | 40 | # ----- setup uv and load cache ----- |
41 | 41 | #---------------------------------------------- |
42 | 42 | - name: Set up uv |
43 | | - uses: astral-sh/setup-uv@4e1e303f7dafb1a3ec7770a507052543f593ad96 # v6.6.0 |
| 43 | + uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc |
44 | 44 | with: |
45 | 45 | version: ${{ env.UV_VERSION }} |
46 | 46 | enable-cache: true |
|
60 | 60 | persist-credentials: false |
61 | 61 | submodules: true |
62 | 62 | - name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }} |
63 | | - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 63 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
64 | 64 | id: setup-python |
65 | 65 | with: |
66 | 66 | python-version: ${{ env.MINIMUM_PYTHON_VERSION }} |
|
69 | 69 | # ----- setup uv and load cache ----- |
70 | 70 | #---------------------------------------------- |
71 | 71 | - name: Set up uv |
72 | | - uses: astral-sh/setup-uv@4e1e303f7dafb1a3ec7770a507052543f593ad96 # v6.6.0 |
| 72 | + uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc |
73 | 73 | with: |
74 | 74 | version: ${{ env.UV_VERSION }} |
75 | 75 | enable-cache: true |
|
89 | 89 | persist-credentials: false |
90 | 90 | submodules: true |
91 | 91 | - name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }} |
92 | | - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 92 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
93 | 93 | id: setup-python |
94 | 94 | with: |
95 | 95 | python-version: ${{ env.MINIMUM_PYTHON_VERSION }} |
|
98 | 98 | # ----- setup uv and load cache ----- |
99 | 99 | #---------------------------------------------- |
100 | 100 | - name: Set up uv |
101 | | - uses: astral-sh/setup-uv@4e1e303f7dafb1a3ec7770a507052543f593ad96 # v6.6.0 |
| 101 | + uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc |
102 | 102 | with: |
103 | 103 | version: ${{ env.UV_VERSION }} |
104 | 104 | enable-cache: true |
|
0 commit comments