summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-11 15:22:43 +0000
committerGitHub <noreply@github.com>2022-07-11 15:22:43 +0000
commit2077ca0641df8de7ee0ff84dabd1ff4856093cd2 (patch)
treebd6b231e70970b50d2c9efe280ec192a5c6cffc4
parente0988e3f1ccb7522933eae8318956b26b97085b8 (diff)
downloadlightdm-gtk-greeter-git-2077ca0641df8de7ee0ff84dabd1ff4856093cd2.tar.gz
Bump actions/setup-python from 4.0.0 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.1.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 0633b9d..5a40e72 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.0.2
- name: Install Python 3
- uses: actions/setup-python@v4.0.0
+ uses: actions/setup-python@v4.1.0
with:
python-version: 3.6
- name: Install dependencies