Commit 2482f33 1 parent 076591f commit 2482f33 Copy full SHA for 2482f33
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
- name : Post to Twitter
130
130
if : success() &&
131
131
contains(github.event.pull_request.labels.*.name, 'release:tweet')
132
- uses : ethomson/ send-tweet-action@288f9339e0412e3038dce350e0da5ecdf12133a6
132
+ uses : firebase/firebase-admin-node/.github/actions/ send-tweet@master
133
133
with :
134
134
status : >
135
135
${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is avaialble.
Original file line number Diff line number Diff line change 14
14
15
15
"""About information (version, etc) for Firebase Admin SDK."""
16
16
17
- __version__ = '3.2.1 '
17
+ __version__ = '4.0.0 '
18
18
__title__ = 'firebase_admin'
19
19
__author__ = 'Firebase'
20
20
__license__ = 'Apache License 2.0'
You can’t perform that action at this time.
0 commit comments