Skip to content

Commit 578d9a5

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 651cec1 commit 578d9a5

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@a26af69be951a213d495a4c3e4e4022e16d87065
56+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
5757
with:
5858
python-version: '3.12'
5959

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: publish
4848
fetch-depth: 1
4949

50-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
50+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
5151
with:
5252
python-version: '3.12'
5353

.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@a26af69be951a213d495a4c3e4e4022e16d87065
46+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4747
with:
4848
python-version: '3.12'
4949

0 commit comments

Comments
 (0)