@@ -138,7 +138,7 @@ jobs:
138138 shell : bash
139139 steps :
140140 - name : Checkout
141- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
141+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
142142 with :
143143 repository : ${{ inputs.repository || github.repository }}
144144 ref : ${{ inputs.ref || '' }}
@@ -148,7 +148,7 @@ jobs:
148148 git config --global user.name "therockbot"
149149 git config --global user.email "[email protected] " 150150
151- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
151+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
152152 with :
153153 python-version : ${{ inputs.python_version }}
154154
@@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Configure AWS Credentials
239239 if : always()
240- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
240+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
241241 with :
242242 aws-region : us-east-2
243243 role-to-assume : arn:aws:iam::692859939525:role/therock-${{ inputs.release_type }}-releases
@@ -270,7 +270,7 @@ jobs:
270270 bypass_tests_for_releases : ${{ steps.configure.outputs.bypass_tests_for_releases }}
271271 steps :
272272 - name : Checking out repository
273- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
273+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
274274 with :
275275 repository : ${{ inputs.repository || github.repository }}
276276 ref : ${{ inputs.ref || '' }}
@@ -310,14 +310,14 @@ jobs:
310310 TORCHVISION_VERSION : " ${{ needs.build_pytorch_wheels.outputs.torchvision_version }}"
311311 steps :
312312 - name : Checkout
313- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
313+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
314314 with :
315315 repository : ${{ inputs.repository || github.repository }}
316316 ref : ${{ inputs.ref || '' }}
317317
318318 - name : Configure AWS Credentials
319319 if : always()
320- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
320+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
321321 with :
322322 aws-region : us-east-2
323323 role-to-assume : arn:aws:iam::692859939525:role/therock-${{ inputs.release_type }}-releases
0 commit comments