Skip to content

Commit cec78a5

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 5.1.1 to 5.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@39cd149...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 e23771b commit cec78a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3434

35-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
35+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
6161

62-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
62+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
6363
with:
6464
python-version: '3.12'
6565

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
24+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2525
with:
2626
python-version: 3.12
2727

0 commit comments

Comments
 (0)