Skip to content

Commit e052f6e

Browse files
build(deps): bump actions/setup-python from 6.0.0 to 6.2.0 (#4374)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.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 9c26dac commit e052f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/track-lp-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Checkout code
1717
- uses: actions/checkout@v6
1818
- name: Install Python 3
19-
uses: actions/setup-python@v6.0.0
19+
uses: actions/setup-python@v6.2.0
2020
- uses: canonical/desktop-engineering/gh-actions/common/dpkg-install-speedup@main
2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)