Skip to content

Commit 13fc06b

Browse files
chore(deps): update actions/checkout action to v4
1 parent 545e7dd commit 13fc06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/deployment-example-vercel
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v3
2929
with:
3030
node-version: 16

0 commit comments

Comments
 (0)