Skip to content

Commit 405aaf5

Browse files
dependabot[bot]Borda
authored andcommitted
build(deps): bump actions/first-interaction from 2 to 3 (#3241)
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 2 to 3. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v2...v3) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '3' 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> (cherry picked from commit fa99b66)
1 parent be50845 commit 405aaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
greeting:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/first-interaction@v2
10+
- uses: actions/first-interaction@v3
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
issue-message: "Hi! Thanks for your contribution! Great first issue!"

0 commit comments

Comments
 (0)