From 363142cef9373f7b7675ec29137af9a1ef978886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:49:50 +0000 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.89.0 to 1.95.0 Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.89.0 to 1.95.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/4460acd508a4c5aa13f859f0e9d7daa95eb04a1c...5dbc8b81eb6d1b3cbd24099ff83373df472e0e36) --- updated-dependencies: - dependency-name: int128/datadog-actions-metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actions-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-metrics.yml b/.github/workflows/actions-metrics.yml index a62690d71..0f93c8211 100644 --- a/.github/workflows/actions-metrics.yml +++ b/.github/workflows/actions-metrics.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Send GitHub Actions metrics to DataDog - uses: int128/datadog-actions-metrics@4460acd508a4c5aa13f859f0e9d7daa95eb04a1c # v1.89.0 + uses: int128/datadog-actions-metrics@5dbc8b81eb6d1b3cbd24099ff83373df472e0e36 # v1.95.0 with: datadog-api-key: ${{ secrets.DATADOG_API_KEY }} collect-job-metrics: true