From 7b7efb44f63444a0a5fffb0a4d3b11bb5d2c6cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:47:56 +1000 Subject: [PATCH] :arrow_up: Actions: Bump microsoft/PR-Metrics from 1.5.10 to 1.5.14 (#8482) Bumps [microsoft/PR-Metrics](https://github.com/microsoft/pr-metrics) from 1.5.10 to 1.5.14. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.5.10...v1.5.14) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-metrics.yml b/.github/workflows/pr-metrics.yml index 30d0603bdec..689a52d3324 100644 --- a/.github/workflows/pr-metrics.yml +++ b/.github/workflows/pr-metrics.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: microsoft/PR-Metrics@v1.5.10 + - uses: microsoft/PR-Metrics@v1.5.14 name: PR Metrics env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}