From 3ab743a6e18b55903e2d1c798d6b0a380c8a746d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:29:51 +0000 Subject: [PATCH] build(deps): bump newrelic/deployment-marker-action from 2.5.0 to 2.5.1 Bumps [newrelic/deployment-marker-action](https://github.com/newrelic/deployment-marker-action) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/newrelic/deployment-marker-action/releases) - [Changelog](https://github.com/newrelic/deployment-marker-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/newrelic/deployment-marker-action/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: newrelic/deployment-marker-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/newrelic-release-tracking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/newrelic-release-tracking.yml b/.github/workflows/newrelic-release-tracking.yml index d1d27944..fa96d9a8 100644 --- a/.github/workflows/newrelic-release-tracking.yml +++ b/.github/workflows/newrelic-release-tracking.yml @@ -14,7 +14,7 @@ jobs: run: echo "COMMIT_REF=${{ github.ref_name }}" >> $GITHUB_ENV # This step creates a new Change Tracking Marker for the APM entity - name: New Relic Application Deployment Marker - uses: newrelic/deployment-marker-action@v2.5.0 + uses: newrelic/deployment-marker-action@v2.5.1 with: apiKey: ${{ secrets.NEW_RELIC_API_KEY }} region: 'EU' @@ -23,7 +23,7 @@ jobs: user: '${{ github.actor }}' # This step creates a new Change Tracking Marker for the Browser entity - name: New Relic Browser Deployment Marker - uses: newrelic/deployment-marker-action@v2.5.0 + uses: newrelic/deployment-marker-action@v2.5.1 with: apiKey: ${{ secrets.NEW_RELIC_API_KEY }} region: 'EU'