Skip to content

Commit 0502b97

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#131)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61e4452 commit 0502b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Checkout repo'
1919
uses: actions/checkout@v4
2020
- name: 'Set up Python 3.9'
21-
uses: actions/setup-python@v5.5.0
21+
uses: actions/setup-python@v5.6.0
2222
- name: 'Install dependencies'
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)