Skip to content

Commit 82f8c0e

Browse files
committed
Update checkout repository action
Signed-off-by: PoojaB26 <[email protected]>
1 parent d930c11 commit 82f8c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Deploy to Firebase Hosting
33
on:
44
push:
55
branches:
6-
- main # Set this to your default branch
6+
- main # Automatic build on push to main
77

88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Install Dependencies
1616
run: npm install

0 commit comments

Comments
 (0)