Skip to content

Commit 4df8f1b

Browse files
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@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4693c3 commit 4df8f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enable-cache: true
4040

4141
- name: "Set up Python"
42-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
42+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4343
with:
4444
python-version-file: ".python-version"
4545

0 commit comments

Comments
 (0)