Skip to content

Commit a6523c4

Browse files
dependabot[bot]michaelosthege
authored andcommitted
Bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8532db4 commit a6523c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v5.4.0
21+
uses: actions/setup-python@v5.5.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
SKIP: no-commit-to-branch
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5.4.0
15+
- uses: actions/setup-python@v5.5.0
1616
- uses: pre-commit/[email protected]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Python
24-
uses: actions/setup-python@v5.4.0
24+
uses: actions/setup-python@v5.5.0
2525
with:
2626
python-version: 3.11
2727
- name: Install dependencies

0 commit comments

Comments
 (0)