From 839305836f19cbf974eaa87e57e5feeee62ffcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:33:39 +0000 Subject: [PATCH] :arrow_up: github-actions: Bump microsoft/PR-Metrics Bumps [microsoft/PR-Metrics](https://github.com/microsoft/pr-metrics) from 1.5.3 to 1.5.12. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.5.3...v1.5.12) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 edcf63e..2dd34a3 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.3 + - uses: microsoft/PR-Metrics@v1.5.12 name: PR Metrics env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}