Skip to content

Commit a01aa86

Browse files
committed
ci: use latest actions checkout
1 parent f956544 commit a01aa86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Deploy the website to Vercel"
1+
name: "Deploy to Vercel"
22

33
on:
44
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-latest"
1717
steps:
1818
- name: "Check out the repo"
19-
uses: "actions/checkout@v3"
19+
uses: "actions/checkout@v4"
2020

2121
- name: "Install Bun"
2222
uses: "oven-sh/setup-bun@v1"

0 commit comments

Comments
 (0)