Skip to content

Commit 95fe89c

Browse files
authored
Fix Firebase Deploy CI failure: pin action-hosting-deploy to Node 24-compatible SHA
1 parent eac64c5 commit 95fe89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Firebase Deploy 🚀
81-
uses: FirebaseExtended/action-hosting-deploy@v0
81+
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a
8282
with:
8383
repoToken: "${{ secrets.GITHUB_TOKEN }}"
8484
channelId: live

0 commit comments

Comments
 (0)