Skip to content

Commit 0207673

Browse files
Bump actions/setup-python from 5.1.0 to 5.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...f677139) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41f5c1c commit 0207673

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout Repository
2424
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525
- name: Setup Python3
26-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
26+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2727
with:
2828
python-version: "3.x"
2929
cache: "pip"
@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup Python${{ matrix.python-version }}
8383
if: ${{ !matrix.conda }}
8484
id: pyinstalled
85-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
85+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
cache: "pip"

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python3
3737
if: ${{ matrix.os != 'windows-latest' }}
3838
id: pyinstalled
39-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
39+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
# - name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)

.github/workflows/tag-testpypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
submodules: true
3737
- name: Setup Python3
3838
id: pyinstalled
39-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
39+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
# - name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)

0 commit comments

Comments
 (0)