summaryrefslogtreecommitdiff
path: root/.github/workflows/distcheck.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-16 02:53:11 +0000
committerGitHub <noreply@github.com>2022-12-16 02:53:11 +0000
commite7ede0ab7c8e8a336170270b62d7d13b78c525b0 (patch)
treecac9ee0e93f7d78477575612f8bf26a592ba103f /.github/workflows/distcheck.yml
parentaf3e457ec85f0714e33e1f2a6380df2ab5498d06 (diff)
downloadlightdm-gtk-greeter-git-e7ede0ab7c8e8a336170270b62d7d13b78c525b0.tar.gz
Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/distcheck.yml')
-rw-r--r--.github/workflows/distcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml
index 432aee0..c5ada39 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.1.0
+ - uses: actions/checkout@v3.2.0
- name: apt update
run: sudo apt update
- name: Install build dependencies