diff --git a/.github/workflows/tweet-nightly.yml b/.github/workflows/tweet-nightly.yml index 4ae3f7a2dcdc..b4717494d232 100644 --- a/.github/workflows/tweet-nightly.yml +++ b/.github/workflows/tweet-nightly.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Tweet - uses: nearform-actions/github-action-notify-twitter@5f60ea13517272e68eac76cd26f5a8f33bf3afaa # v1.2.1 + uses: nearform-actions/github-action-notify-twitter@fd1e00e78488e914949185395993892e31bbfe92 # v1.2.2 with: message: "🎉 Issue resolved: ${{ github.event.issue.title }} by ${{ github.event.issue.user.login }}\n${{ github.event.issue.html_url }}" twitter-app-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}