Skip to content

Commit 69eabee

Browse files
chore(deps): bump actions/first-interaction from 1 to 2 (#1774)
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1 to 2. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1...v2) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa8b205 commit 69eabee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Send Greeting Message
24-
uses: actions/first-interaction@v1
24+
uses: actions/first-interaction@v2
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
issue-message: |

.github/workflows/pull-request-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event.action == 'opened'
1212
steps:
13-
- uses: actions/first-interaction@v1
13+
- uses: actions/first-interaction@v2
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
pr-message: >

0 commit comments

Comments
 (0)