Skip to content

Commit 25c4248

Browse files
chore(deps): bump actions/setup-python from 4.6.1 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.1...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91022d1 commit 25c4248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI_Pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python 3.11
21-
uses: actions/setup-python@v4.6.1
21+
uses: actions/setup-python@v5.5.0
2222
with:
2323
python-version: 3.11
2424

.github/workflows/CI_Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python 3.11
19-
uses: actions/setup-python@v4.6.1
19+
uses: actions/setup-python@v5.5.0
2020
with:
2121
python-version: 3.11
2222
- name: Install dependencies

0 commit comments

Comments
 (0)