Skip to content

Commit

Permalink
⬆️ Update some action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shivekkhurana committed Dec 15, 2024
1 parent f2651f3 commit 2c9f819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: '📦 Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: '🍔 Set up Bun'
uses: oven-sh/setup-bun@v1
Expand All @@ -47,10 +47,10 @@ jobs:
uses: actions/configure-pages@v4

- name: '📤 Upload artifact'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './dist'

- name: '🌎 Deploy to GitHub Pages'
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 2c9f819

Please sign in to comment.