Skip to content

Commit

Permalink
chore(deps): update newrelic/coreint-automation action to v3 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 3188186 commit d33ad8e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
pre-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
with:
tag: ${{ github.event.release.tag_name }}
integration: "elasticsearch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
push-pr:
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3
secrets: inherit
with:
integration: "elasticsearch"
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3
with:
integration: elasticsearch
tag: ${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
repolinter:
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
security:
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
with:
skip-dirs: "build"

0 comments on commit d33ad8e

Please sign in to comment.