Skip to content

Commit a84caaa

Browse files
Bump the python group with 2 updates (#65)
2 parents c7b401e + d438938 commit a84caaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
7171
if: ${{ matrix.conda }}
72-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
72+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
7373
with:
7474
cache-downloads: true
7575
cache-environment: true
@@ -153,7 +153,7 @@ jobs:
153153
cache: "pip"
154154
- name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
155155
if: ${{ matrix.conda }}
156-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
156+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
157157
with:
158158
cache-downloads: true
159159
cache-environment: true

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ jobs:
103103
name: artifact
104104
path: dist
105105
- name: Publish distribution 📦 to PyPI
106-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
106+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
107107
with:
108108
print-hash: true

.github/workflows/tag-testpypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: artifact
101101
path: dist
102102
- name: Publish distribution 📦 to Test PyPI
103-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
103+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
104104
with:
105105
print-hash: true
106106
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)