Skip to content

Commit f7bbfe9

Browse files
abhyuditcursoragent
andcommitted
ci(deploy): bump actions to node 24 runtimes
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d7459a8 commit f7bbfe9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout your repository using git
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Install, build, and upload your site
20-
uses: withastro/action@v3
20+
uses: withastro/action@v6
2121

2222
deploy:
2323
needs: build
@@ -28,4 +28,4 @@ jobs:
2828
steps:
2929
- name: Deploy to GitHub Pages
3030
id: deployment
31-
uses: actions/deploy-pages@v4
31+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)