@@ -208,7 +208,7 @@ jobs:
208208 Write-Output "SKIP_UNSTABLE=$Result" | Out-File -FilePath $env:GITHUB_ENV -Append
209209 Write-Output "SKIP_UNSTABLE will be: $Result"
210210
211- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
211+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
212212 if : env.SKIP_UNSTABLE == 'false'
213213 with :
214214 persist-credentials : false
@@ -425,7 +425,7 @@ jobs:
425425
426426 - name : Checkout repository
427427 if : env.SKIP_UNSTABLE == 'false'
428- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
428+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
429429 with :
430430 persist-credentials : false
431431
@@ -505,7 +505,7 @@ jobs:
505505 password : ${{ secrets.GITHUB_TOKEN }}
506506
507507 - name : Checkout repository
508- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
508+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
509509 with :
510510 persist-credentials : false
511511
@@ -557,7 +557,7 @@ jobs:
557557 password : ${{ secrets.GITHUB_TOKEN }}
558558
559559 - name : Checkout repository
560- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
560+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
561561 with :
562562 persist-credentials : false
563563
@@ -626,7 +626,7 @@ jobs:
626626
627627 steps :
628628 - name : Check out repository pyansys-geometry-binaries
629- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
629+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
630630 with :
631631 repository : ' ansys/pyansys-geometry-binaries'
632632 token : ${{ secrets.BINARIES_TOKEN }}
@@ -705,7 +705,7 @@ jobs:
705705 zip-file : " windows-core-binaries.zip"
706706 steps :
707707 - name : Checkout repository
708- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
708+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
709709 with :
710710 persist-credentials : false
711711
@@ -817,7 +817,7 @@ jobs:
817817 needs : [fetch-release-artifacts]
818818 steps :
819819 - name : Checkout repository
820- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
820+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
821821 with :
822822 persist-credentials : false
823823
0 commit comments