summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-08 15:02:56 +0000
committerGitHub <noreply@github.com>2022-12-08 15:02:56 +0000
commit7db68cfdc91ae778e2360e3e4202cee357f6eccf (patch)
tree869e9a6dc15a2f4131026473d69a414c9564fccb
parent469f8143fcb0bfd4a5530cef7236d588925759bd (diff)
downloadlightdm-gtk-greeter-git-7db68cfdc91ae778e2360e3e4202cee357f6eccf.tar.gz
Bump actions/setup-python from 4.3.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c70369..c135974 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.1.0
- name: Install Python 3
- uses: actions/setup-python@v4.3.0
+ uses: actions/setup-python@v4.3.1
with:
python-version: 3.6
- name: Install dependencies