Skip to content

Commit b37ca68

Browse files
authored
Don't pin our own ROCm github action (#6820)
For actions we ourselves host, we can continue to trust the branch name instead of risking actions being left on a stale pin This one in particular is missing the ROCm6.4 update from pytorch/pytorch#151368 Context: This pin was accidentally added in #6591
1 parent 91665de commit b37ca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_job_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: ${{ inputs.gpu-arch-type != 'rocm' }}
165165

166166
- name: Setup ROCM
167-
uses: pytorch/pytorch/.github/actions/setup-rocm@9c1bc9ce4684de96db025292610c0664d3d55345 # main
167+
uses: pytorch/pytorch/.github/actions/setup-rocm@main
168168
if: ${{ inputs.gpu-arch-type == 'rocm' }}
169169

170170
- name: Setup SSH

0 commit comments

Comments
 (0)