Skip to content

Commit 68dd100

Browse files
committed
fix: Fixed incorrect hash
1 parent 40a6637 commit 68dd100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Post to Twitter
116116
if: success() &&
117117
contains(github.event.pull_request.labels.*.name, 'release:tweet')
118-
uses: firebase/firebase-admin-node/.github/actions/send-tweet@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
118+
uses: firebase/firebase-admin-node/.github/actions/send-tweet@2e2b36a84ba28679bcb7aecdacabfec0bded2d48 # Admin Node SDK v13.6.0
119119
with:
120120
status: >
121121
${{ steps.preflight.outputs.version }} of @Firebase Admin Java SDK is available.

0 commit comments

Comments
 (0)