Skip to content

Commit 19ed268

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 6.1.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95cecf7 commit 19ed268

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Be specific about keeping credentials (it is the default)
6464
persist-credentials: true
6565

66-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
66+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
6767
with:
6868
python-version: '3.13'
6969

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Be specific about keeping credentials (it is the default)
5858
persist-credentials: true
5959

60-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
60+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
6161
with:
6262
python-version: '3.13'
6363

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Be specific about keeping credentials (it is the default)
5252
persist-credentials: true
5353

54-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
54+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
5555
with:
5656
python-version: '3.13'
5757

0 commit comments

Comments
 (0)