Skip to content

Commit 3ad8ec0

Browse files
chore(deps): update newrelic/coreint-automation action to v3 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78ac229 commit 3ad8ec0

6 files changed

+6
-6
lines changed

.github/workflows/on_prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pre-release:
12-
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2
12+
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
1313
with:
1414
tag: ${{ github.event.release.tag_name }}
1515
integration: "mongodb"

.github/workflows/on_push_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
push-pr:
13-
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v2
13+
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3
1414
with:
1515
integration: mongodb
1616
secrets: inherit

.github/workflows/on_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release:
12-
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v2
12+
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3
1313
with:
1414
integration: mongodb
1515
tag: ${{ github.event.release.tag_name }}

.github/workflows/repolinter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
repolinter:
10-
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2
10+
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212

1313
jobs:
1414
security:
15-
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2
15+
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
1616
with:
1717
skip-dirs: "build"

.github/workflows/trigger_prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
prerelease:
14-
uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v1
14+
uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v3
1515
secrets:
1616
bot_token: ${{ secrets.COREINT_BOT_TOKEN }}
1717
slack_channel: ${{ secrets.COREINT_SLACK_CHANNEL }}

0 commit comments

Comments
 (0)