Skip to content

Commit ad87fb0

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfcb2c1 commit ad87fb0

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
@@ -49,7 +49,7 @@ jobs:
4949
vocabularies/
5050
fetch-depth: 1
5151

52-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
52+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
5353
with:
5454
python-version: '3.12'
5555

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: publish
4646
fetch-depth: 1
4747

48-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
48+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
4949
with:
5050
python-version: '3.12'
5151

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

0 commit comments

Comments
 (0)