File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release_management :
10
- uses : newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
10
+ uses : newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v4
11
11
secrets : inherit
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
pre-release :
12
- uses : newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
12
+ uses : newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v4
13
13
with :
14
14
tag : ${{ github.event.release.tag_name }}
15
15
integration : " mongodb"
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
push-pr :
13
- uses : newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3
13
+ uses : newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v4
14
14
with :
15
15
integration : mongodb
16
16
secrets : inherit
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
release :
12
- uses : newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3
12
+ uses : newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v4
13
13
with :
14
14
integration : mongodb
15
15
tag : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
repolinter :
10
- uses : newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3
10
+ uses : newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v4
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
security :
15
- uses : newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
15
+ uses : newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v4
16
16
with :
17
17
skip-dirs : " build"
You can’t perform that action at this time.
0 commit comments