Skip to content

Commit

Permalink
ci: upgrade checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 6, 2024
1 parent 9d3e61c commit 4711053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
node-version: 16

- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install and Build
- name: Install and Build 📎
run: |
npm install
npm run build
Expand Down

0 comments on commit 4711053

Please sign in to comment.