Skip to content

Commit 4993085

Browse files
chore(deps): update dependency newrelic/nrjmx to v2.8.0
1 parent fd90271 commit 4993085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'v*'
99

1010
env:
11-
NRJMX_VERSION: '2.7.0' # Renovate automatically updates this dependencies to the latest release version. It will automatically merge minor and patch versions, while raising a pull request for major version updates.
11+
NRJMX_VERSION: '2.8.0' # Renovate automatically updates this dependencies to the latest release version. It will automatically merge minor and patch versions, while raising a pull request for major version updates.
1212

1313
jobs:
1414
test-integration-nix:

.github/workflows/push_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
NRJMX_VERSION: '2.7.0' # Renovate automatically updates this dependencies to the latest release version. It will automatically merge minor and patch versions, while raising a pull request for major version updates.
11+
NRJMX_VERSION: '2.8.0' # Renovate automatically updates this dependencies to the latest release version. It will automatically merge minor and patch versions, while raising a pull request for major version updates.
1212

1313
jobs:
1414
# can't run this step inside of container because of tests specific

0 commit comments

Comments
 (0)