Skip to content

Commit 16ed5fd

Browse files
Bump the python group with 3 updates
Bumps the python group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...11bd719) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...0b93645) Updates `mamba-org/setup-micromamba` from 1.9.0 to 2.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1.9.0...617811f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcb4935 commit 16ed5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
submodules: true
5555
- name: Setup Python${{ matrix.python-version }}
5656
if: ${{ !matrix.conda }}
57-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
57+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
cache: "pip"
6161

6262
- name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
6363
if: ${{ matrix.conda }}
64-
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1.9.0
64+
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
6565
with:
6666
cache-downloads: true
6767
cache-environment: true
@@ -136,7 +136,7 @@ jobs:
136136
pypi.org:443
137137
repo.anaconda.com:443
138138
- name: Checkout Repository
139-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
139+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140140
with:
141141
fetch-depth: 0
142142
submodules: true

0 commit comments

Comments
 (0)