|
41 | 41 | id: versions |
42 | 42 |
|
43 | 43 | - name: Install a specific version of uv |
44 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 |
| 44 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
45 | 45 | with: |
46 | 46 | version: "${{ steps.versions.outputs.uv }}" |
47 | 47 | python-version: "${{ steps.versions.outputs.python }}" |
|
55 | 55 |
|
56 | 56 | - name: Archive test_logs |
57 | 57 | if: always() |
58 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 58 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
59 | 59 | with: |
60 | 60 | name: test-logs |
61 | 61 | path: test_logs/ |
|
66 | 66 | UV_DYNAMIC_VERSIONING_BYPASS: ${{ inputs.override_uv_version }} |
67 | 67 | run: uv build |
68 | 68 |
|
69 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 69 | + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
70 | 70 | with: |
71 | 71 | name: sdk-build |
72 | 72 | path: dist/ |
|
83 | 83 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
84 | 84 | with: |
85 | 85 | ref: ${{ inputs.ref || github.ref }} |
86 | | - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 86 | + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
87 | 87 | with: |
88 | 88 | name: sdk-build |
89 | 89 | path: .github/data/dist/ |
@@ -127,13 +127,13 @@ jobs: |
127 | 127 | id: versions |
128 | 128 |
|
129 | 129 | - name: Install a specific version of uv |
130 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 |
| 130 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
131 | 131 | with: |
132 | 132 | version: "${{ steps.versions.outputs.uv }}" |
133 | 133 | python-version: "${{ steps.versions.outputs.python }}" |
134 | 134 | enable-cache: true |
135 | 135 |
|
136 | | - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 136 | + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
137 | 137 | with: |
138 | 138 | name: sdk-build |
139 | 139 | path: dist/ |
|
0 commit comments