You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/prerelease.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ on:
8
8
- 'v*'
9
9
10
10
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.
Copy file name to clipboardExpand all lines: .github/workflows/push_pr.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ on:
8
8
pull_request:
9
9
10
10
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.
12
12
13
13
jobs:
14
14
# can't run this step inside of container because of tests specific
0 commit comments