@@ -52,11 +52,11 @@ jobs:
5252 - name : Verify Conda platform
5353 run : echo "Conda platform is $CONDA_PLATFORM"
5454
55- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
5656 with :
5757 persist-credentials : false
5858 - name : Set up Python
59- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
59+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 - name : install conda-lock
@@ -138,7 +138,7 @@ jobs:
138138 os : [ ubuntu-latest, macos-latest, windows-latest ]
139139 python-version : [ "3.10", "3.14" ]
140140 steps :
141- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
141+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
142142 with :
143143 persist-credentials : false
144144 - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
@@ -220,7 +220,7 @@ jobs:
220220 echo "CONDA_PLATFORM=linux-64" >> $GITHUB_ENV
221221 - name : Verify Conda platform
222222 run : echo "Conda platform is $CONDA_PLATFORM"
223- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
223+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
224224 with :
225225 persist-credentials : false
226226 - name : Set up Conda
0 commit comments