Skip to content

Commit 435bed0

Browse files
committed
ci: upgrade checkout
1 parent 3b0ee42 commit 435bed0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
node-version: 16
1616

1717
- name: Checkout 🛎️
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

20-
- name: Install and Build
20+
- name: Install and Build 📎
2121
run: |
2222
npm install
23-
npm run generate-chats-qr
2423
npm run build
2524
2625
- name: Deploy 🚀

0 commit comments

Comments
 (0)