@@ -29,14 +29,14 @@ jobs:
2929 sudo apt-get install -y clang cmake hwloc libhwloc-dev libnuma-dev libtbb-dev
3030
3131 - name : Checkout "tag" UMF version
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
32+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3333 with :
3434 fetch-depth : 0
3535 ref : refs/tags/${{inputs.tag}}
3636 path : ${{github.workspace}}/tag_version
3737
3838 - name : Checkout latest UMF version
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4040 with :
4141 fetch-depth : 0
4242 path : ${{github.workspace}}/latest_version
@@ -143,7 +143,7 @@ jobs:
143143
144144 steps :
145145 - name : Checkout "tag" UMF version
146- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
146+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
147147 with :
148148 fetch-depth : 0
149149 ref : refs/tags/${{inputs.tag}}
@@ -176,7 +176,7 @@ jobs:
176176 run : vcpkg install --triplet x64-windows
177177
178178 - name : Checkout latest UMF version
179- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
179+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
180180 with :
181181 fetch-depth : 0
182182 path : ${{github.workspace}}/latest_version
@@ -308,7 +308,7 @@ jobs:
308308
309309 steps :
310310 - name : Checkout latest UMF version
311- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
311+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
312312 with :
313313 fetch-depth : 0
314314 path : ${{github.workspace}}/latest_version
@@ -340,7 +340,7 @@ jobs:
340340 run : cmake --install ${{github.workspace}}/latest_version/build --config Debug
341341
342342 - name : Checkout "tag" UMF version
343- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
343+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
344344 with :
345345 fetch-depth : 0
346346 ref : refs/tags/${{inputs.tag}}
0 commit comments