From 4edce7af3cd0e23678f0e9a4c6cc2e91eb23e703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:48:37 +0000 Subject: [PATCH] :arrow_up: github-actions: Bump microsoft/PR-Metrics Bumps [microsoft/PR-Metrics](https://github.com/microsoft/pr-metrics) from 1.5.14 to 1.6.0. - [Release notes](https://github.com/microsoft/pr-metrics/releases) - [Commits](https://github.com/microsoft/pr-metrics/compare/v1.5.14...v1.6.0) --- updated-dependencies: - dependency-name: microsoft/PR-Metrics dependency-type: direct:production update-type: version-update:semver-minor ... 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 689a52d..35d980b 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.14 + - uses: microsoft/PR-Metrics@v1.6.0 name: PR Metrics env: PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}