From a731891f9a9083ca91adde47ee2edb427991af0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:23:00 -0400 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.56.0 to 1.58.0 (#15283) Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.56.0 to 1.58.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/fb71a445e5da18d75641ef6b39a838272f43f43b...c2c3a02962c104c601d6d024405297ffbd80eccf) --- updated-dependencies: - dependency-name: int128/datadog-actions-metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7ff8eb93a8..7a042e7beb 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@fb71a445e5da18d75641ef6b39a838272f43f43b # v1.56.0 + uses: int128/datadog-actions-metrics@c2c3a02962c104c601d6d024405297ffbd80eccf # v1.58.0 with: datadog-api-key: ${{ secrets.DATADOG_API_KEY }} collect-job-metrics: true