Skip to content

Commit 6410cd2

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

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
@@ -53,7 +53,7 @@ jobs:
5353
vocabularies/
5454
fetch-depth: 1
5555

56-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
56+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
5757
with:
5858
python-version: '3.13'
5959

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: publish
5050
fetch-depth: 1
5151

52-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
52+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
5353
with:
5454
python-version: '3.13'
5555

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: publish
4444
fetch-depth: 1
4545

46-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
46+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4747
with:
4848
python-version: '3.13'
4949

0 commit comments

Comments
 (0)