summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-12 15:57:22 +0000
committerGitHub <noreply@github.com>2023-04-12 15:57:22 +0000
commitc5d8134fafcedef7e4393cd64cd6f17cbcbe4f2f (patch)
tree2619d36004152e020c63c3b9967e59b3d9b01d28
parent9ab91e96c0e921adb26a0e16b3cd2afad020dc9d (diff)
downloadlightdm-gtk-greeter-git-c5d8134fafcedef7e4393cd64cd6f17cbcbe4f2f.tar.gz
Bump actions/checkout from 3.5.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/distcheck.yml2
-rw-r--r--.github/workflows/track-lp-issues.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml
index 5ad2808..2578fd7 100644
--- a/.github/workflows/distcheck.yml
+++ b/.github/workflows/distcheck.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: apt update
run: sudo apt update
- name: Install build dependencies
diff --git a/.github/workflows/track-lp-issues.yaml b/.github/workflows/track-lp-issues.yaml
index fc01829..0b49b91 100644
--- a/.github/workflows/track-lp-issues.yaml
+++ b/.github/workflows/track-lp-issues.yaml
@@ -16,7 +16,7 @@ jobs:
steps:
# Checkout code
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Install Python 3
uses: actions/setup-python@v4.5.0
with: