2626 github.repository == 'Parcels-code/Parcels'
2727 && (github.event_name == 'push' || github.event_name == 'pull_request')
2828 steps :
29- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 fetch-depth : 2
3232 persist-credentials : false
4949 cache-key : ${{ steps.pixi-lock.outputs.cache-key }}
5050 pixi-version : ${{ steps.pixi-lock.outputs.pixi-version }}
5151 steps :
52- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
52+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353 with :
5454 persist-credentials : false
5555 - uses : Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
8080 - os : ubuntu
8181 pixi-environment : " test-minimum"
8282 steps :
83- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
83+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484 with :
8585 persist-credentials : false
8686 - name : Restore cached pixi lockfile
@@ -145,7 +145,7 @@ jobs:
145145 - os : ubuntu
146146 python-version : " 3.11"
147147 steps :
148- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
148+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
149149 with :
150150 persist-credentials : false
151151 - name : Restore cached pixi lockfile
@@ -194,7 +194,7 @@ jobs:
194194 contents : read
195195 steps :
196196 - name : Checkout
197- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
197+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198198 with :
199199 persist-credentials : false
200200 - name : Restore cached pixi lockfile
@@ -217,7 +217,7 @@ jobs:
217217 id-token : write
218218 runs-on : ubuntu-latest
219219 steps :
220- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
220+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
221221 with :
222222 fetch-depth : 0
223223 persist-credentials : false
0 commit comments