summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-20 15:57:11 +0000
committerGitHub <noreply@github.com>2023-04-20 15:57:11 +0000
commit3ae41c8a116808650a1af150e72368e73ff01e76 (patch)
treefb4273df7e950381b3e335f2347354ccf3929973
parentb5de969cd92a1fcc398d24fe3fe867e185bcf6d4 (diff)
downloadlightdm-gtk-greeter-git-3ae41c8a116808650a1af150e72368e73ff01e76.tar.gz
Bump actions/setup-python from 4.5.0 to 4.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/track-lp-issues.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/track-lp-issues.yaml b/.github/workflows/track-lp-issues.yaml
index 55be0e0..e62d9d6 100644
--- a/.github/workflows/track-lp-issues.yaml
+++ b/.github/workflows/track-lp-issues.yaml
@@ -18,7 +18,7 @@ jobs:
# Checkout code
- uses: actions/checkout@v3.5.2
- name: Install Python 3
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: 3.8
- name: Install dependencies