From 8d898f79ff584f5cc627ace393469868add45997 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Wed, 10 Feb 2021 19:00:24 +0530 Subject: [PATCH] Fix version of greetings workflow --- .github/workflows/welcome-new-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml index 54f192036..620409372 100644 --- a/.github/workflows/welcome-new-contributors.yml +++ b/.github/workflows/welcome-new-contributors.yml @@ -10,7 +10,7 @@ jobs: greet-the-contributor: runs-on: ubuntu-latest steps: - - uses: garg3133/welcome-new-contributors@v1.0 + - uses: garg3133/welcome-new-contributors@v1.1 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} is-oauth-token: true