summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-26 00:57:13 +0100
committerGitHub <noreply@github.com>2024-01-26 00:57:13 +0100
commit5ae5925a929cf831c7c02372c128fda920e3c788 (patch)
treece92bc63d186574cec7ee17672dffe1d5588d19e /.github
parentMerge pull request #55308 from ljflores/wip-dependabot (diff)
downloadceph-5ae5925a929cf831c7c02372c128fda920e3c788.tar.xz
ceph-5ae5925a929cf831c7c02372c128fda920e3c788.zip
.github: Bump gregsdennis/dependencies-action from 1.2.3 to 1.3.2
Bumps [gregsdennis/dependencies-action](https://github.com/gregsdennis/dependencies-action) from 1.2.3 to 1.3.2. - [Release notes](https://github.com/gregsdennis/dependencies-action/releases) - [Commits](https://github.com/gregsdennis/dependencies-action/compare/80b5ffec566913b1494d5a8577ab0d60e476271d...f98d55eee1f66e7aaea4a60e71892736ae2548c7) --- updated-dependencies: - dependency-name: gregsdennis/dependencies-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-check-deps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-check-deps.yml b/.github/workflows/pr-check-deps.yml
index 7815b8fe486..a7258d187f1 100644
--- a/.github/workflows/pr-check-deps.yml
+++ b/.github/workflows/pr-check-deps.yml
@@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
name: Check PR Dependencies
steps:
- - uses: gregsdennis/dependencies-action@80b5ffec566913b1494d5a8577ab0d60e476271d
+ - uses: gregsdennis/dependencies-action@f98d55eee1f66e7aaea4a60e71892736ae2548c7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}