File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
54
54
submodules : true
55
55
- name : Setup Python${{ matrix.python-version }}
56
56
if : ${{ !matrix.conda }}
57
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
57
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
cache : " pip"
61
61
62
62
- name : Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
63
63
if : ${{ matrix.conda }}
64
- uses : mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1.9 .0
64
+ uses : mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0 .0
65
65
with :
66
66
cache-downloads : true
67
67
cache-environment : true
@@ -136,7 +136,7 @@ jobs:
136
136
pypi.org:443
137
137
repo.anaconda.com:443
138
138
- name : Checkout Repository
139
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
139
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140
140
with :
141
141
fetch-depth : 0
142
142
submodules : true
You can’t perform that action at this time.
0 commit comments