This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9300652277 chore(deps): bump actions/first-interaction from 1 to 2
(#34459)
9300652277 is described below
commit 9300652277da046cbb15baef6ca6729a014c34c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 14:02:25 2025 -0700
chore(deps): bump actions/first-interaction from 1 to 2 (#34459)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/welcome-new-users.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/welcome-new-users.yml
b/.github/workflows/welcome-new-users.yml
index f973a243c6..db8fcd77e7 100644
--- a/.github/workflows/welcome-new-users.yml
+++ b/.github/workflows/welcome-new-users.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Welcome Message
- uses: actions/first-interaction@v1
+ uses: actions/first-interaction@v2
continue-on-error: true
with:
repo-token: ${{ github.token }}