@@ -51,11 +51,11 @@ jobs:
5151 - name : Verify Conda platform
5252 run : echo "Conda platform is $CONDA_PLATFORM"
5353
54- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 with :
5656 persist-credentials : false
5757 - name : Set up Python
58- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
58+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : install conda-lock
@@ -137,10 +137,10 @@ jobs:
137137 os : [ ubuntu-latest, macos-latest, windows-latest ]
138138 python-version : [ "3.10", "3.14" ]
139139 steps :
140- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
140+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
141141 with :
142142 persist-credentials : false
143- - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
143+ - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
144144 with :
145145 auto-activate-base : true
146146 python-version : ${{ matrix.python-version }}
@@ -184,7 +184,7 @@ jobs:
184184 os : [ ubuntu-latest, macos-latest, windows-latest ]
185185 python-version : [ "3.10" ]
186186 steps :
187- - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
187+ - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
188188 with :
189189 auto-activate-base : true
190190 python-version : ${{ matrix.python-version }}
0 commit comments